summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-14Removed include/patricia.h due to oversight in attribution. This breaks compi...Charles Kingsley
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-13Fixed a crash in m_ldap is unloadedAdam
2011-03-13When a server quits use its quit reason for all of its linksAdam
2011-03-13Fixed a typo in os_statsAdam
2011-03-13Fixed a crash in /cs help registerAdam
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-13fixed a typo in os_news, thanks to Dan for reporting itDukePyrolator
2011-03-12added ns_certDukePyrolator
2011-03-12Added some access checks to cs_mode and fixed some language stringsAdam
2011-03-11_()ify Command::SetDescAdam
2011-03-11Fixed validating users on all server syncsAdam
2011-03-11Fixed some problems with m_alias and fantasyAdam
2011-03-11Global should send logon newsAdam
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-09ngIRCd protocol: announce Anope with its versionAlexander Barton
2011-03-09Fixed sending CHANINFO on ngIRCd with two parameters if the channel has no mo...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-05Made m_ldap_oper understand deoperingAdam
2011-03-05Fixed /bs badword del to show what word was deletedAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-03-04Added LDAP supportAdam
2011-03-04Updated TODOAdam
2011-03-04Just use blocking sql queries if m_asynch_commands isn't loaded - it's not th...Adam
2011-03-04Fixed some logic fail when detecting who should be akickedAdam
2011-03-04Clarify the module dependency messages generated by cmake are non fatalAdam
2011-02-27Fixed os_sqline delAdam
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-25Fixed build on freebsd with precompiled headersAdam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats point...Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-22Fixed the first half of #1235Adam
2011-02-22Store modes in the databases told to us during runtime that we don't have inf...Adam
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy l...Adam
2011-02-19Inspircd does not send CAPAB NOQUIT, assume itAdam
2011-02-19Fixed aborting because of invalid values given to mode +f on inspircdAdam
2011-02-18Update SQL when a nick is deletedAdam
2011-02-18Fixed some logic fail when determining when a recognized user gets accessAdam
2011-02-18Changed the OnNickDrop event to call before the nick is deletedAdam
2011-02-17Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-02-17Split db_mysql_live into two modules so other modules can make use of the asy...Adam
2011-02-17set the vhost before we call ns_ajoin or other modules on identifyDukePyrolator
2011-02-16Use precompiled headers when building with gnu g++ to speed up build timeAdam