summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Adam
accidentally translating them if we shouldnt
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 ↵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-22Store modes in the databases told to us during runtime that we don't have ↵Adam
information any about. Allows mlocking things like InspIRCds +w etc. Also fixes part of #1235
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy ↵Adam
load.
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 ↵Adam
asynchronous command interface
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
2011-02-13added Anope::printf()DukePyrolator
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-11Merged os_umode into os_modeAdam
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-09Enable quitstorm for ngircdAdam
2011-02-09Foward port ebe0ce6610e1 / b6ab031fc1822Adam
2011-02-09Do not crash if a user is introduced with a nonexistant serverAdam
2011-02-09Made ./Config output a userful error message if cmake is not foundAdam
2011-02-05Removed the LIBINTL include hackAdam
2011-02-04try/catch-ified all instances of convertTo to keep from aborting when a user ↵Adam
gives too large or too small a number
2011-02-04Merge 032c30dd5dc4Adam
2011-02-04Replaced all of the old %S's in the language strings that were used for ↵Adam
service nicks
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-29Another typo pointed out by the grammar police. ;)Charles Kingsley
2011-01-29Fixing leftover spaces and other rubbish I missed on the first pass.Charles Kingsley
2011-01-29Updated some docs/ & removed TROUBLESHOOTING as it is redundant.Charles Kingsley
2011-01-29QA fixes / refinements for example.confCharles Kingsley
2011-01-28Added patricia_tree::iteratorAdam
2011-01-28Fixed setting usermode +k on our clients on InspIRCd 2.0Adam
2011-01-28Bug #1237 - only set umode +h on a user joining help chan if they have op accesslethality
2011-01-24Fixed the order queries are done during sqlsync to make the new foreign keys ↵Adam
happy
2011-01-24Fixed some SQL queriesAdam
2011-01-24Added %N for network name in dnsbl:reasonAdam
2011-01-24Fixed loading forbidden nicksAdam
2011-01-23std::stringstream::clear doesn't clear itAdam
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