summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-12-12store the ssl fingerprint in the userstructDukePyrolator
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-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
2010-12-12Added /ms ignoreAdam
2010-12-12Just store lang strings in a char array, no need for the extra overhead of ↵Adam
STL strings
2010-12-12If a channel drops because a nick drops, set the channel founder to the user ↵Adam
with the highest access if there is no successor
2010-12-12Do not allow ghosting unidentified users if the recover command existsAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam
remote RPC calls to Anope in realtime and receive responses
2010-12-12Bump for 1.9.4-gitAdam
2010-12-12Anope 1.9.3 Release1.9.3Adam
2010-12-01Fixed clearing entries from the bandata cacheAdam
2010-11-25Fixed handling pings and ctcps to channelsAdam
2010-11-21Fixed replacing %R with /msg on non gettext buildsAdam
2010-11-21Fixed some language string namesAdam
2010-11-19Fixed parsing cidr masksAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-14Delete users and channels from the modestacker when they are destructedAdam
2010-11-11Removed an unused variableAdam
2010-11-11Fixed possible unsafe iteration when purging dns cache, and fixed the dns ↵Adam
cache to not expire all of the records for specific hosts if the records have different TTLs (cherry picked from commit 736df4bd98b952aad459fdf7914735e88f97c4b2)
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
(cherry picked from commit 438ae629e51b519d0d5f70531d0262be1b9fe2bc)
2010-11-09Fixed a crash in the DNS engine when using cached resultsAdam
2010-11-05Fixed /ms sendall syntax error messageAdam
2010-11-04Made Base not virtual, prevents us from having to dynamic cast in the mode ↵Adam
stacker on release builds
2010-11-02Fixed anopesmtp. Again. It works on Windows nowAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with ↵Adam
calculate_depends, and fixed building without gettext
2010-10-31Fixed replacing %R's in email messages and fixed anopesmtp to really workAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.