1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 18:46:39 +02:00
Commit Graph

106 Commits

Author SHA1 Message Date
Adam 1aa0905241 Fixed disabling channel levels
(cherry picked from commit bd62c4891e)
2011-04-09 20:54:00 -04:00
Adam 255d76ccc1 Fixed bug #1261 2011-04-05 19:10:42 -04:00
Adam dbc19768b1 Fixed ns_release with a password 2011-03-12 03:31:13 -05:00
Adam 8d64d91742 Fixed /bs badword del to show what word was deleted 2011-03-05 18:21:20 -05:00
Adam ed4c5e1457 Fixed os_sqline del 2011-02-27 23:53:56 -05:00
Adam ebe0ce6610 Fixed a compiler warning in os_news 2011-02-06 20:49:36 -05:00
Adam b2e52553a7 Merge 83556667fd 2011-02-04 22:10:39 -05:00
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