summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-18fixed a bug in the ngircd protocol moduleDukePyrolator
2011-01-17Made db_plain buffer database writes which preventsAdam
databases from coming corrupted if we crash or if write fails. Also fixed loading all ajoin channels.
2011-01-17Fixed ns_ajoins list output formattingAdam
2011-01-17Added ns_ajoinAdam
2011-01-15Fixed flag names to match 1.9.3sAdam
2011-01-15Made db_plain save amsg settingsAdam
2011-01-15Made CA_SET always be accessable, even if db-converter messes up levelsAdam
2011-01-15Fixed /ns confirm's log message to show the nick of who was confirmedAdam
2011-01-15Added an amsg kickerAdam
2011-01-14Fix CODINGs formatting and a missed typolethality
2011-01-11Bug #1230 - Fixed unknown CTCPs from crashing servicesAdam