Age | Commit message (Expand) | Author |
2011-07-07 | Use getrlimit instead of ulimit, fixes freebsd build | Adam |
2011-07-06 | Only call send once per write event in dns manager | Adam |
2011-07-04 | Bug #1279 - Fixed strftime | Adam |
2011-07-04 | Bug #1282 | Adam |
2011-07-03 | Clean up some of the dns code, udp is connectionless anyway so this isnt requ... | Adam |
2011-06-24 | Fixed mail delay time | Adam |
2011-06-23 | Bug #1277 - Dont send account data for unconfirmed nicks | Adam |
2011-06-23 | Fixed bug #1276 and some other valgrind warnings | Adam |
2011-06-20 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam |
2011-06-20 | Cleaned up some of the logger code which fixes not logging debug logs to file... | Adam |
2011-06-20 | Fix long-standing issue with the get token functions if the delimiter wasn't ... | Naram Qashat |
2011-06-20 | Use case insensitive matching when looking up servers by name | Adam |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-06-14 | Fixed a few small things | Adam |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator |
2011-06-09 | small improvement for Timer::SetSecs() | DukePyrolator |
2011-06-07 | added a Timer::SetSecs() function | DukePyrolator |
2011-06-02 | Burst our channels with the uplink when we connect & fixed bug #1274 | Adam |
2011-05-23 | Added an IsServicesOper event | 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-19 | Fixed compile from the earlier merge | Adam |
2011-05-16 | Modularized os_news | Adam |
2011-05-16 | Calculate nc::channelcount at runtime | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Fixed some logic fail in ts6_uid_retrieve | Adam |
2011-05-16 | Expand more on m_alias and changed some std::string usage in sockets.cpp to u... | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Fixed reading empty config values in the multiconfig code, caused by removal ... | 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 | Fixed up the MySQL Query code and finished some command code I forgot earlier | Adam |
2011-05-16 | Removed DT_CHARPTR from the config reader, its unneeded | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-05-16 | Branch for 1.9.5 | Adam |
2011-05-16 | Anope 1.9.4 Release1.9.4 | Adam |
2011-05-01 | Fixed sometimes not removing nick masks from the access list when the group i... | Adam |
2011-04-29 | Temporary fix for /os restart with m_async_commands loaded, is fixed properly... | Adam |
2011-04-27 | Fixed a crash if an expiring channel had the founder also on the access list | Adam |
2011-04-25 | Fixed crash when certain nicks expire | Adam |
2011-04-25 | Don't attempt to connect to the uplink if given invalid hostnames | Adam |
2011-04-19 | Fixed logging messages with an empty category to everything | Adam |
2011-04-18 | Allow unidentified users to still get access by non nickcore access entries | Adam |
2011-04-16 | Fixed botserv kicker logic | Adam |
2011-04-15 | Fixed caps kicker | Adam |
2011-04-06 | Fixed setting +r on nick ownership, lost somewhere in revision fbae33 | Adam |
2011-04-03 | Use dynamic_reference to check for users being killed from commands | Adam |
2011-04-03 | Made LDAP support recover, release, resetpass, etc. | Adam |
2011-03-30 | Fixed bug #1258, more Windows stuff, and more language strings | Adam |