summaryrefslogtreecommitdiff
path: root/modules/core
AgeCommit message (Expand)Author
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-07fix some more copyright and typos (not mine) spotted by chaz :Plethality
2011-01-05update copyrights for 2011lethality
2010-12-29Automatically quit bots when they are deletedAdam
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-27Bug #1222 - Fixed crash from reading to read a range of memosAdam
2010-12-26Bug #1219 - Correctly restrict people from registering potentential guest namesAdam
2010-12-24Do not allow xop del to delete users on another listAdam
2010-12-24Fixed Windows buildAdam
2010-12-23Added a missing os_ignore.hAdam
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-23Fixed deleting expired SXLinesAdam
2010-12-22Made SQLine clear workAdam
2010-12-22Removed match_usermaskAdam
2010-12-18Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-15Bug #1212 - Fixed some bad logic in /os exception preventing valid exceptions...Adam
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
2010-12-13Bug #1113 - Document the fantasy character in /bs helpAdam
2010-12-12Bug #1177 - Readded in support for cs_mode to act on every channelAdam
2010-12-12Allow command aliases to be redirected to different pseudo clientsAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Do not use wildcard matching when looking up hosts on access add/delAdam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Fixed subcommandsAdam
2010-12-12The rest of the earlier command changesAdam
2010-12-12Added /bs set msgAdam
2010-12-12Send replies from fantasy commands back to the channel, this will be expanded...Adam
2010-12-12Added cs_entrymsgAdam
2010-12-12Removed some unused code paths in some of the modulesAdam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Removed the AUTODEOP level, it is unnecessary now because of cs_modeAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod...Adam
2010-12-12Allow users to drop their own nickrequestsAdam
2010-12-12Allow users to remove their own access in channelsAdam
2010-12-12Added /chanserv clone commandAdam
2010-12-12Allow akill/szline/sqline to accept user names as a mask argumentAdam
2010-12-12Added command aliasesAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-12-12Added /ms ignoreAdam
2010-12-12Do not allow ghosting unidentified users if the recover command existsAdam
2010-11-29Fixed /ns set displayAdam
2010-11-27Fixed /ns help saset autoop replyAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-14Fixed ban and kick from showing up twice in /cs helpAdam
2010-11-05Fixed /ms sendall syntax error messageAdam
2010-10-27Removed memo number from databases. Since we already have db-upgrade we might...Adam
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-24Fixed the other half of bug #1200Adam