summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-09Anope 1.9.4-p1 Release1.9.4-p1Adam
2011-08-27Update changes.conf, bump version to 1.9.4-p1-gitAdam
2011-08-21Moved the ERROR log message out of debugAdam
2011-08-10Use case insensitive matching for server namesAdam
2011-08-09Added a few sanity checks which never really should happen to db-convertAdam
2011-08-09Fixed appending diff@* to some access list entries that are valid hostsAdam
2011-08-09Bug #1285 - Fixed setting -P on channels with only a service bot in itAdam
2011-08-09Fixed mail delay timeAdam
2011-08-09Fixed sending account data for unconfirmed accountsAdam
2011-08-09Fixed destructing bots with commands and fixed quitting services enforcersAdam
2011-05-16Anope 1.9.4 Release1.9.4Adam
2011-05-01Fixed sometimes not removing nick masks from the access list when the group i...Adam
2011-04-29Temporary fix for /os restart with m_async_commands loaded, is fixed properly...Adam
2011-04-27Fixed a crash if an expiring channel had the founder also on the access listAdam
2011-04-25Fixed crash when certain nicks expireAdam
2011-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2011-04-19Fixed logging messages with an empty category to everythingAdam
2011-04-18Allow unidentified users to still get access by non nickcore access entriesAdam
2011-04-16Fixed botserv kicker logicAdam
2011-04-15Fixed caps kickerAdam
2011-04-06Fixed setting +r on nick ownership, lost somewhere in revision fbae33Adam
2011-04-03Use dynamic_reference to check for users being killed from commandsAdam
2011-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-29Fixed some left over useprivmsg problems and fixed some compiler warnings.Adam
2011-03-26replaced all %R with %s in the language stringsDukePyrolator
2011-03-251. when dropping nicks, dont add the dropped nick as successor for a channel ...DukePyrolator
2011-03-22Bug #1256Adam
2011-03-15Fixed some logic fail in User::IsRecognizedAdam
2011-03-14Fixed compileAdam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-13When a server quits use its quit reason for all of its linksAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-13Set the locale to the default system locale on startupDukePyrolator
2011-03-12added ns_certDukePyrolator
2011-03-11Fixed some problems with m_alias and fantasyAdam
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-10Bug #1251 - Fixed logging inspircd logging us logging inspircd. Also moved th...Adam
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam
2011-03-07Added support for extbansAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-03-05Expire unconfirmed nicks, forgot to add this earlier..Adam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-03-04Added LDAP supportAdam
2011-03-04Fixed some logic fail when detecting who should be akickedAdam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-26Replaced the few language strings we use with #defines to prevent accidentall...Adam
2011-02-25Fixed session exception limit of 0 to mean unlimitedAdam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats point...Adam