summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-27Fixed loading exceptions in db_plainAdam
2011-10-27Fixed some typos/errors in the example configs comments.lethality
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-26Bug #1347, fixed incorrect param parsing in cs_set_miscAdam
2011-10-26Bug #1348 - Fixed /cs entrymsg listAdam
2011-10-26Removed the old unordered_map codeAdam
2011-10-24Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵Naram Qashat
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
2011-10-24Fixed the capab parser to parse capab tokens prefixed with :. Fixes not ↵Adam
detecting quitstorm support on ratbox
2011-10-22A few minor fixupsAdam
2011-10-22Added our own eventfd test for openvz machines which have eventfd but can ↵Adam
not be used
2011-10-22Bug #1343 - don't allow recovering and ghosting enforcersAdam
2011-10-22Added akill idsAdam
2011-10-22Fixed a race condition with installing signal handlers and forkingAdam
2011-10-21Fixed extracting multiple words from our serializable stringstreamAdam
2011-10-21Added m_rewriteAdam
2011-10-20Only fork if we are at termAdam
2011-10-20Fixed a crash in clearusersAdam
2011-10-19Bug #1342 - fixed tracking chmodes in bahamuts sjoinAdam
2011-10-18Prevent chankill from akilling my clientsAdam
2011-10-18Fixed compile errors on release buildAdam
2011-10-18Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots ↵Adam
being introduced by 3rd party modules
2011-10-15Fixed up anoperc to work with the newer startup methodAdam
2011-10-15Fixed crash on /os oper delAdam
2011-10-14Fork earlier in startup to prevent it messing up threads, if there are anyAdam
2011-10-14Fixed os_forbid adds reason if no expiry is givenAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-10-11Don't add new levels to existing channels default, screws with stuff when ↵Adam
the config is reloaded
2011-10-11Bug #1337Adam
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from ↵Adam
the list being destructed before members in it
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-10-09Check for being at terminal before forkingAdam
2011-10-09Give more verbose messages on startupAdam
2011-09-25Store flags for objects, also fixes bug #1333Adam
2011-09-25Made channel privileges case insensitiveAdam
2011-09-25Remove opnotice from example configsAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting ↵Adam
modes by clients on burst
2011-09-19Fixed missing _ in cs_appendtopicAdam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-19Call fantasy events even if the commands for them don't existAdam
2011-09-19Bug #1334 - fixed crash on /os oper infoAdam
2011-09-19LOG_COMMAND must now always give a valid commandAdam
2011-09-16Bug #1332 - Fixed ValidateUser to not require secure off to disable nickserv ↵Adam
kill
2011-09-10Fixed compile errors & warnings from 1.9.6 to 1.9 mergeAdam
2011-09-10Updated channel flag names to remove LOGCHANAdam
2011-09-10Changed msgmerge to not use -E.. it will escape all of some languages and ↵Adam
mess up poedit etc. Keep it in xgettext for the bold/underline characters.
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Made ChanServ privileges configurableAdam