summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-23Fixed deleting expired SXLinesAdam
2010-12-22Made SQLine clear workAdam
2010-12-22Removed match_usermaskAdam
2010-12-22Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-21Allow hostmasks to be in uplink:hostAdam
2010-12-19Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-18Made the version generator code work right when we are on a tag because git ↵Adam
describe just gives the tag name and nothing else.
2010-12-18Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-17NULL the core *serv pointers when core clients are deletedAdam
2010-12-15Bug #1211 - Fixed loading and saving anope_os_sxlinesAdam
2010-12-15Bug #1212 - Fixed some bad logic in /os exception preventing valid ↵Adam
exceptions from being added
2010-12-14Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
bans and excepts, except when a user is unbanning themselves, in an attempt to prevent people from gaining other users IPs. This removes support for Unreal and Bahamuts SVSMode -b because it will unban users by real host and IP.
2010-12-13Bug #1113 - Document the fantasy character in /bs helpAdam
2010-12-13removed an unused variableDukePyrolator
2010-12-13changed a few 'if' to 'else if'DukePyrolator
2010-12-12Do not validate users during netburst until after the server is done syncingAdam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Bug #1177 - Readded in support for cs_mode to act on every channelAdam
2010-12-12Fixed a few places in the plexus protocol module where we were sending nick ↵Adam
not UID
2010-12-12Handle not being able to completely flush our write buffer correctlyAdam
2010-12-12fixed a compile error in plexus protocol moduleDukePyrolator
2010-12-12store the ssl fingerprint in the userstructDukePyrolator
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
to cut back on their code duplication. More work can be done in the future to remove even more of it.
2010-12-12Fixed looking up users to use case insensitivityAdam
2010-12-12Do not use wildcard matching when looking up hosts on access add/delAdam
2010-12-12Document that /cs owner and deowner allow nick argsAdam
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 ↵Adam
expanded on later
2010-12-12Added cs_entrymsgAdam
2010-12-12Fixed some sed failureAdam
2010-12-12Removed some unused code paths in some of the modulesAdam
2010-12-12Added a plexus3 protocol moduleAdam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Fixed some of the language stringsAdam
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 ↵Adam
clearmodes, removed /cs akick (un)stick, added /cs clearusers
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
tree from STL's unordered_map, which was giving horrible performance.
2010-12-12Fixed DNS caching and made DNS cache empty resultsAdam