summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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-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
2010-12-31fixed a crash bug when a server squitslethality
2010-12-30restoring topic for permchans on burstDukePyrolator
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-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-27Fixed build on debian lennyAdam
2010-12-26Fixed a potential crash from dropping nicksAdam
2010-12-25Forward port part of 821995bf604b5c6e18e6c0c93a31e149565160c8Adam
2010-12-24Bug #1216 - Do not apply SQLines on our own clientsAdam
2010-12-24Made clearing SXLines remove the XLine from the IRCd tooAdam
2010-12-24Fixed Windows buildAdam
2010-12-23Fixed noexpire channels expiringAdam
2010-12-23Do not clear want write on a socket if we are unable to completely write its ↵Adam
buffer
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-23Fixed deleting expired SXLinesAdam
2010-12-22Removed match_usermaskAdam
2010-12-21Allow hostmasks to be in uplink:hostAdam
2010-12-18Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-17NULL the core *serv pointers when core clients are deletedAdam
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
bans and excepts, except when a user is unbanning themselves, in an attempt to prevent people from gaining other users IPs. This removes support for Unreal and Bahamuts SVSMode -b because it will unban users by real host and IP.
2010-12-13Bug #1113 - Document the fantasy character in /bs helpAdam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Bug #1177 - Readded in support for cs_mode to act on every channelAdam
2010-12-12Handle not being able to completely flush our write buffer correctlyAdam