Age | Commit message (Expand) | Author |
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 |
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam |
2010-08-28 | Burst back our juped servers if we disconnect | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Always unload socketengines/database/protocl etc modules last, and fixed a po... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-01 | Fixed some issues with reconnecting if we disconnect from the uplink | Adam |
2010-08-01 | Cleanup in main.cpp. | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-08 | Added an epoll socket engine | Adam |
2010-06-28 | This was in the wrong place, better now. | Adam |
2010-06-28 | Delete all users when we disconnect from the uplink | Adam |
2010-06-28 | Fix version system so it doesn't cause the entire build tree to get rebuilt j... | Naram Qashat |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |