summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12The rest of the earlier command changesAdam
2010-12-12Send replies from fantasy commands back to the channel, this will be expanded...Adam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Added command aliasesAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-04Made Base not virtual, prevents us from having to dynamic cast in the mode st...Adam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-11Fixed Windows buildAdam
2010-10-04Automatically destruct messages when modules are unloadedAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-02Added os_modreload. Also allow unloading database and encryption modules sinc...Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-26Changed the language system to use gettextAdam
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-09-14Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-08-29Redo some of the sighandling code, and made anoperc rehash actually work.Adam
2010-08-27Added a new logging systemAdam
2010-08-22Added a classbase for the major classes, makes dynamic_reference invalidation...Adam
2010-08-17Always unload socketengines/database/protocl etc modules last, and fixed a po...Adam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam
2010-07-29Rewrote the hashing systems to properly handle the new Anope::strings which w...Adam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-26Removed std::string and ci::string versions of LoadModuleList, we only need t...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-24Removed MARK_DEPRECATED from the OnDatabaseExpire eventsAdam
2010-07-08Added an epoll socket engineAdam
2010-07-05Removed OnEncryptInPlace, although it currently causes no problems it is just...Adam
2010-06-28Fix version system so it doesn't cause the entire build tree to get rebuilt j...Naram Qashat
2010-06-26The next of a few "CBX OCDing over code style" commits, focusing on src/core/...Naram Qashat
2010-06-22moved FindMessage() into the Anope classDukePyrolator
2010-06-20Store modules in a list and xlines in a vector, not deques. We need to be abl...Adam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Moved the *Serv help functions to Command, will come in use later with subcom...Adam
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Removed process_numlist and having to mark everything as "in use" and constan...Adam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Allow attaching metadata to nickrequests and storing it in the databases and ...Adam
2010-06-18Allow enabling ssl on a per-uplink basisAdam
2010-06-18Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplinkAdam
2010-06-18Added two events called in ns_info and cs_info that allows modules to easiall...Adam
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Moved Commands stuff to its own file and changed Command::name to be ci::stri...Adam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-06-03Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change...Adam-