Adam
|
032c30dd5d
|
Fixed /ms set limit none and made db_plain care less about convert exceptions
|
2011-02-04 12:37:01 -05:00 |
|
Adam
|
d7206c8f38
|
Fixed db upgrade loading forbidden nicks
|
2011-01-24 01:08:28 -05:00 |
|
Adam
|
a2f5edf977
|
Fixed /ns confirm's log message to show the nick of who was confirmed
(cherry picked from commit 1b6aab0cd7)
Conflicts:
modules/core/ns_register.cpp
|
2011-01-15 16:31:46 -05:00 |
|
Adam
|
851c0a990e
|
Bug #1225 - Made REGISTER show in /cs help
|
2010-12-28 16:39:41 -05:00 |
|
Adam
|
87141253a1
|
Bug #1222 - Fixed crash from reading to read a range of memos
|
2010-12-27 01:03:13 -05:00 |
|
Adam
|
b5091a373e
|
Bug #1219 - Correctly restrict people from registering potentential guest names
(cherry picked from commit 8af2465a61)
|
2010-12-26 00:31:50 -05:00 |
|
Adam
|
852ed51ed7
|
Fixed bug #1217 again... works better now
|
2010-12-25 01:19:02 -05:00 |
|
Adam
|
0f63790b4c
|
Bug #1215 - Fixed crash when /cs set mlock is given an empty string
|
2010-12-24 20:16:42 -05:00 |
|
Adam
|
4f6232e628
|
Bug #1217 - Fix crash from deleting nonexistant users from XOP list
|
2010-12-24 20:15:28 -05:00 |
|
Adam
|
839fb4e5f0
|
Made SQLine clear work
|
2010-12-24 20:06:59 -05:00 |
|
Adam
|
00ec71f81d
|
Bug #1212 - Fixed some bad logic in /os exception preventing valid exceptions from being added
|
2010-12-24 20:03:33 -05:00 |
|
Adam
|
14e396baf7
|
Fixed /ns set display
|
2010-11-29 19:20:26 -05:00 |
|
Adam
|
ba01e7a3bb
|
Fixed /ns help saset autoop reply
|
2010-11-27 00:07:48 -06:00 |
|
Adam
|
27652144ec
|
Fixed the mlock events to be useful and fixed /cs access view's last used time
|
2010-11-17 19:59:23 -05:00 |
|
Adam
|
4415a779a3
|
Fixed ban and kick from showing up twice in /cs help
|
2010-11-14 12:44:34 -05:00 |
|
Adam
|
f5d20579ee
|
Fixed /ms sendall syntax error message
|
2010-11-05 03:34:44 -04:00 |
|
Adam
|
180aa6b67b
|
Removed memo number from databases. Since we already have db-upgrade we might as well make that update memos too.
Users using the top of git will need to run sed -i 's/MD MI [0-9]* /MD MI /' anope.db on their database.
|
2010-10-27 23:02:20 -04:00 |
|
Adam
|
a26f119bc8
|
Do not store memo number in memo structs, fixes some bugs with deleting memos
|
2010-10-27 22:29:34 -04:00 |
|
Adam
|
1d931401cd
|
Fixed the other half of bug #1200
|
2010-10-24 13:46:56 -04:00 |
|
Adam
|
bd7b6b16ec
|
Fixed bug #1200
|
2010-10-24 12:56:20 -04:00 |
|
Adam
|
7e47b97740
|
Fixed a crash on some usages of /cs akick view
|
2010-10-23 03:10:15 -04:00 |
|
Adam
|
4f317a2421
|
Made /cs help levels desc not case sensitive
|
2010-10-16 17:46:56 -04:00 |
|
Adam
|
5e9db23883
|
Fixed saset noexpire to set noexpire on the nick it is used on not just the display name
|
2010-10-13 14:33:27 -04:00 |
|
Adam
|
d7aa5f6a3a
|
Fixed Windows build
|
2010-10-11 18:47:54 -04:00 |
|
Adam
|
717c123441
|
Fixed some warnings
|
2010-10-11 15:37:39 -04:00 |
|
Adam
|
b3dd5668f6
|
Set +P on mlock when channels are set as persistant
|
2010-10-08 16:21:23 -04:00 |
|
Adam
|
7f4362138a
|
Made nickserv:nogroupchange work
|
2010-10-06 21:47:01 -04:00 |
|
Adam
|
592060ac75
|
Attempt to write back the old mlock to the databases if we try and fail to connect to the uplink. Because we may not know modes until after we are synced we could accidentally nuke all of the mlocks
|
2010-10-04 18:57:54 -04:00 |
|
Adam
|
92338c13b8
|
Fixed /ns set password/display and made saset not log the new password on saset password
|
2010-10-04 17:36:53 -04:00 |
|
Adam
|
58a3e2bbb7
|
Allow reloading of the protocol module with /operserv modreload
|
2010-10-04 16:54:39 -04:00 |
|
Adam
|
90f0a7c92a
|
Added os_modreload. Also allow unloading database and encryption modules since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules.
|
2010-10-02 21:09:11 -04:00 |
|
Adam
|
0d684191e9
|
Made os_news send news notices from NickServ if global is disabled
|
2010-10-02 16:43:24 -04:00 |
|
Adam
|
76b10625d9
|
Fixed cs_invite to send the invite notice to the person invited
|
2010-10-02 15:24:00 -04:00 |
|
Adam
|
0a8bb88085
|
Made OperServ and Global optional
|
2010-10-02 03:08:29 -04:00 |
|
Adam
|
a62d824cb4
|
Made MemoServ optional
|
2010-10-02 00:07:39 -04:00 |
|
Adam
|
f3840ed110
|
Added a short docs/LANGUAGES file explaining how to add translations for the core and modules, updated TODO, and fixed a few small bugs
|
2010-09-26 15:09:39 -04:00 |
|
Adam
|
d646d455e2
|
Changed the language system to use gettext
|
2010-09-26 02:33:01 -04:00 |
|
Adam
|
1e3d2f3739
|
Fixed /os modinfo command output
|
2010-09-19 16:08:21 -04:00 |
|
lethality
|
5ec605e424
|
Fixed some minor punctuation and logging
|
2010-09-18 03:35:33 +01:00 |
|
Adam
|
86c1dab286
|
Fixed many bugs and crashes
|
2010-09-16 21:16:20 -04:00 |
|
Adam
|
ccc6109879
|
Fixed crash on setting XOP on
|
2010-09-16 12:41:17 -04:00 |
|
Adam
|
8131851058
|
Rewrote all of the topic code, fixes a few topic related problems on some older IRCds
|
2010-09-15 16:40:55 -04:00 |
|
Adam
|
e30370af10
|
Allow identifying to other accounts using /nickserv id account pass
|
2010-09-11 22:47:36 -04:00 |
|
Adam
|
f00e76d30a
|
Added Anope::CurTime to keep us from calling time() everywhere
|
2010-09-10 20:31:31 -04:00 |
|
Adam
|
9eb7562bee
|
Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds
|
2010-09-10 15:46:19 -04:00 |
|
Adam
|
46813ccb8c
|
Added an asynchronous DNS system and m_dnsbl, which checks clients against DNS blacklists.
Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
|
2010-09-09 23:43:11 -04:00 |
|
Adam
|
7a522d1c34
|
Only look up session exceptions if the user exceeds the session limit, really send akills for exceeding session limits, and fixed os akill del to really work
|
2010-09-01 21:01:52 -04:00 |
|
Adam
|
4319319f97
|
Burst back our juped servers if we disconnect
|
2010-08-28 23:17:33 -04:00 |
|
Adam
|
26ba944d55
|
Allow unidentified users to use sendpass and resetpasss if configured properly
|
2010-08-28 13:58:23 -04:00 |
|
Adam
|
10d901084f
|
Do not log RAWIO messages to services log channels, added a config option on whether or not to join bots to the log channels, and fixed two log messages in ns_identify
|
2010-08-28 00:14:06 -04:00 |
|