summaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt requ...Adam
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Unmodularized the socket engine because its causing problems and really is un...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-14Fixed compileAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-25Fixed a lot of small problemsAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
2011-01-05update copyrights for 2011lethality
2010-12-21Allow hostmasks to be in uplink:hostAdam
2010-12-18Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-05Fixed restarting Anope when it is started from outside of the services binary...Adam
2010-10-04Automatically destruct messages when modules are unloadedAdam
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-12Removed the --log command line option because its no longer necessary, and up...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-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-28Burst back our juped servers if we disconnectAdam
2010-08-28Properly store our clients internal channel status's and burst them if needed.Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the logchan...Adam
2010-08-27Added a new logging systemAdam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-02Log an error message if we are unable to load the socket engine module, and c...Adam
2010-08-01Cleanup in main.cpp.Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-10Properly set up our clients as on our server internally. Fixes crashes when t...Adam
2010-07-08Added an epoll socket engineAdam
2010-06-27Made Anope track its own clients internally as if they were real usersAdam
2010-06-25Changed the versioning system to use gitAdam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Renamed all of source files from .c to .cppAdam