summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2. set -r on dropped channels
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 ↵DukePyrolator
unnecessarily rebuilding on every make
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 ↵Adam
the Server::Find messages to debug level 2
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 ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
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 ↵Adam
accidentally translating them if we shouldnt
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 ↵Adam
pointless and made m_asynch_commands respect user language settings.
2011-02-25Fixed a lot of small problemsAdam
2011-02-22Fixed the first half of #1235Adam
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy ↵Adam
load.
2011-02-18Fixed some logic fail when determining when a recognized user gets accessAdam
2011-02-17Split db_mysql_live into two modules so other modules can make use of the ↵Adam
asynchronous command interface
2011-02-13added Anope::printf()DukePyrolator
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-11Made the help command description code more saneAdam
2011-02-09Log rawio when in debug mode and fixed expiring session exceptionsAdam
2011-02-09Removed a lot of the old capab flags we dont/have never usedAdam
2011-02-09Do not crash if a user is introduced with a nonexistant serverAdam
2011-02-05Removed the LIBINTL include hackAdam
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.
2011-01-29DP in "an user" grammar police mode.Charles Kingsley
2011-01-28Added patricia_tree::iteratorAdam
2011-01-21Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabsAdam
2011-01-21fixed some minor presentation, grammar mis-use and copyright date in DP's ngircdlethality
2011-01-20Removed db-upgrade, its no longer neededAdam
2011-01-19Added options:nomlockAdam
2011-01-18Bug #1232 - Fixed db-convert to properly convert mode lock parametersAdam
2011-01-18Added amsg kicker settings to /bs infoAdam
2011-01-17Added ns_ajoinAdam
2011-01-15Fixed flag names to match 1.9.3sAdam
2011-01-15Made CA_SET always be accessable, even if db-converter messes up levelsAdam
2011-01-15Added an amsg kickerAdam