Age | Commit message (Expand) | Author |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Send replies from fantasy commands back to the channel, this will be expanded... | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Removed some unused code paths in some of the modules | Adam |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Allow users to drop their own nickrequests | Adam |
2010-12-12 | Allow users to remove their own access in channels | Adam |
2010-12-12 | Added /chanserv clone command | Adam |
2010-12-12 | Allow akill/szline/sqline to accept user names as a mask argument | Adam |
2010-12-12 | Added command aliases | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added /ms ignore | Adam |
2010-12-12 | Do not allow ghosting unidentified users if the recover command exists | Adam |
2010-11-29 | Fixed /ns set display | Adam |
2010-11-27 | Fixed /ns help saset autoop reply | Adam |
2010-11-17 | Fixed the mlock events to be useful and fixed /cs access view's last used time | Adam |
2010-11-14 | Fixed ban and kick from showing up twice in /cs help | Adam |
2010-11-05 | Fixed /ms sendall syntax error message | Adam |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we might... | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-24 | Fixed the other half of bug #1200 | Adam |
2010-10-24 | Fixed bug #1200 | Adam |
2010-10-23 | Fixed a crash on some usages of /cs akick view | Adam |
2010-10-16 | Made /cs help levels desc not case sensitive | Adam |
2010-10-13 | Fixed saset noexpire to set noexpire on the nick it is used on not just the d... | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-08 | Set +P on mlock when channels are set as persistant | Adam |
2010-10-06 | Made nickserv:nogroupchange work | Adam |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to co... | Adam |
2010-10-04 | Fixed /ns set password/display and made saset not log the new password on sas... | Adam |
2010-10-04 | Allow reloading of the protocol module with /operserv modreload | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | Adam |
2010-10-02 | Made os_news send news notices from NickServ if global is disabled | Adam |
2010-10-02 | Fixed cs_invite to send the invite notice to the person invited | Adam |
2010-10-02 | Made OperServ and Global optional | Adam |
2010-10-02 | Made MemoServ optional | Adam |
2010-09-26 | Added a short docs/LANGUAGES file explaining how to add translations for the ... | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-19 | Fixed /os modinfo command output | Adam |
2010-09-18 | Fixed some minor punctuation and logging | lethality |
2010-09-16 | Fixed many bugs and crashes | Adam |
2010-09-16 | Fixed crash on setting XOP on | Adam |
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-11 | Allow identifying to other accounts using /nickserv id account pass | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |