summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-01-10Send new memo replies to the receiver of the memoAdam
2011-01-09Fixed CanAdd() to use safe iteration and make SNLine::Check really workAdam
(cherry picked from commit 1bdadde68aed5a93225a5a625484505f1126a8a9)
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-08updated the README fileDukePyrolator
2011-01-08enabled modeonid in example.confDukePyrolator
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.
2011-01-05update copyrights for 2011lethality
2011-01-04removed SendSVSPart(), we dont use itDukePyrolator
2011-01-04removed SendSVSMode(), we dont use itDukePyrolator
2010-12-31fixed a crash bug when a server squitslethality
2010-12-30restoring topic for permchans on burstDukePyrolator
2010-12-30Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-29Assign bots to new empty permanent channels on IRCds without permchannel ↵Adam
mode not just join
2010-12-29Use empty SJOINs when allowed to create empty permanent channelsAdam
2010-12-29Added a ConvertException to be thrown when convertTo failsAdam
2010-12-29Automatically quit bots when they are deletedAdam
2010-12-29Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-28Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-27Fixed build on debian lennyAdam
2010-12-27Load session exceptions on start when using SQLAdam
2010-12-27Bug #1222 - Fixed crash from reading to read a range of memosAdam