summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-16Fixed reading empty config values in the multiconfig code, caused by removal ↵Adam
of DT_CHARPTR
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ↵Adam
accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules
2011-05-16Unmodularized the socket engine because its causing problems and really is ↵Adam
unnecessary
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Fixed up the MySQL Query code and finished some command code I forgot earlierAdam
2011-05-16Removed DT_CHARPTR from the config reader, its unneededAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-05-16Use std::map instead of unordered_mapAdam
2011-05-16Branch for 1.9.5Adam
2011-05-16Anope 1.9.4 Release1.9.4Adam
2011-05-16Removed ngircd as we've decided not to support it at this timeAdam
2011-05-16Note m_async_commands is experimentalAdam
2011-05-15Fixed Windows buildAdam
2011-05-15Fixed akill log message when there is no expiry timeAdam
2011-05-01Fixed sometimes not removing nick masks from the access list when the group ↵Adam
is dropped
2011-04-29Temporary fix for /os restart with m_async_commands loaded, is fixed ↵Adam
properly in 1.9.5
2011-04-28Added a unique key for the anope_cs_mlock tableAdam
2011-04-27Fixed bug #1265Adam
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-25resolve hosts when connecting with sslDukePyrolator
2011-04-23Two small SQL fixesAdam
2011-04-20A few more small fixesAdam
2011-04-20This actually isn't necessaryAdam
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-18Fixed /ns help register replyAdam
2011-04-17Fixed /ns help accessAdam
2011-04-16Fixed the mlock depreciated messageAdam
2011-04-16Fixed botserv kicker logicAdam
2011-04-15Fixed caps kickerAdam
2011-04-10Fixed /ns list unconfirmedAdam
2011-04-09Fixed disabling channel levelsAdam
2011-04-06Fixed setting +r on nick ownership, lost somewhere in revision fbae33Adam
2011-04-06Run OnCheckAuthentication with the account name if there is oneAdam
2011-04-05Fixed bug #1261Adam
2011-04-03Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-04-03Use dynamic_reference to check for users being killed from commandsAdam
2011-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-04-03fixed some duplicate messages and updated the german langfile (10% done)DukePyrolator
2011-04-01Fixed a typo making ns_register crashAdam
2011-03-31Removed some unneeded/unused code from m_ldapAdam
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-29Regenerated language files.Adam
2011-03-29Fixed windows buildAdam
2011-03-29Fixed some left over useprivmsg problems and fixed some compiler warnings.Adam
2011-03-26burned all %R and %S in the .po filesDukePyrolator
2011-03-26replaced all %R with %s in the language stringsDukePyrolator