summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
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-16Added more useful functions to our LDAP API, allow adding newly registered ac...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-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2011-03-14Fixed compileAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-07Added support for extbansAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-05update copyrights for 2011lethality
2010-12-21Allow hostmasks to be in uplink:hostAdam
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-21Changed the log:normal config directive to a list like the other log values, ...Adam
2010-10-11Fixed Windows buildAdam
2010-10-05Fixed restarting Anope when it is started from outside of the services binary...Adam
2010-10-04Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op...Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-16Fixed Anope::CurTime to really work, and made ChanServ timers allow using the...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-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-29Redo some of the sighandling code, and made anoperc rehash actually work.Adam
2010-08-28Burst back our juped servers if we disconnectAdam
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-17Always unload socketengines/database/protocl etc modules last, and fixed a po...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-01Fixed some issues with reconnecting if we disconnect from the uplinkAdam
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-08Added an epoll socket engineAdam
2010-06-28This was in the wrong place, better now.Adam
2010-06-28Delete all users when we disconnect from the uplinkAdam
2010-06-28Fix version system so it doesn't cause the entire build tree to get rebuilt j...Naram Qashat
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