summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-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-21fixed some minor presentation, grammar mis-use and copyright date in DP's ngircdlethality
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-15Fixed /ns confirm's log message to show the nick of who was confirmedAdam
2011-01-15Added an amsg kickerAdam
2011-01-08Changed db_mysql_live to use a safer mutex system to prevent deadlocksAdam
2011-01-08Ignore EINTR error from poll()Adam
2011-01-08fixed a small bug in the ratbox protocol moduleDukePyrolator
2011-01-08added support for ngIRCd protocolDukePyrolator
2011-01-08Process flag changes from SQLAdam
2011-01-08Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-07fix some more copyright and typos (not mine) spotted by chaz :Plethality
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
from the four main SQL tables in realtime, which effectively gives us "live" SQL. Changed eventfd pipe engine to not use buffered write. Added TryLock to threading engines. Made blocking SQL queries in our SQL API thread-safe.