Age | Commit message (Expand) | Author |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-03-11 | Fixed having multiple uplink blocks work right if the first uplink fails on s... | Adam |
2012-02-19 | Made our message sources actual clients/servers, and put in a few more defaul... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-11-25 | Remove send_cmd and replace it with a stringstream | Adam |
2011-11-08 | Windows | Adam |
2011-10-22 | Fixed a race condition with installing signal handlers and forking | Adam |
2011-10-14 | Fork earlier in startup to prevent it messing up threads, if there are any | Adam |
2011-10-10 | Put serialized_items on the heap to prevent weird crashes on shutdown from th... | Adam |
2011-10-09 | Give more verbose messages on startup | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-10 | Moved signal/thread/mode checking to use signal pipes | Adam |
2011-09-10 | Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie... | Adam |
2011-09-10 | Cleaned up some of the socket code, cleaned up the pipe engines, added suppor... | Adam |
2011-08-29 | Changed a few fatal exceptions to shutdown a bit more gracefully | Adam |
2011-08-14 | Fixed resolving hosts when connecting to our uplink | Adam |
2011-08-12 | Track when our clients are introduced or not | Adam |
2011-08-11 | Fixed Windows runtime problems | Adam |
2011-08-10 | Replace the old sigaction for a signal when our Signal destructs | Adam |
2011-08-08 | When we split from the uplink send a quit for *all* of our clients not just bots | Adam |
2011-08-02 | Fixed reintroducing our clients if we disconnect and reconnect to the uplink | Adam |
2011-07-31 | Fixed error message from being unable to connect | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-23 | Rewrote the signal handling to use sigaction | Adam |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Added more useful functions to our LDAP API, allow adding newly registered ac... | Adam |
2011-05-16 | Unmodularized the socket engine because its causing problems and really is un... | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-04-25 | Don't attempt to connect to the uplink if given invalid hostnames | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-03-07 | Added support for extbans | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-01-28 | Added patricia_tree::iterator | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-21 | Allow hostmasks to be in uplink:host | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ... | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-05 | Fixed restarting Anope when it is started from outside of the services binary... | Adam |
2010-10-04 | Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op... | Adam |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam |
2010-09-16 | Fixed Anope::CurTime to really work, and made ChanServ timers allow using the... | Adam |
2010-09-12 | Removed the --log command line option because its no longer necessary, and up... | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |