summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-12-19Fixed saving databases with MySQL when shut down by SIGINTAdam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-12-15Add privilege ranks to determine how powerful privileges areAdam
2011-12-15Fixed access comparatorsAdam
2011-12-12Update channel last used times when founders use the channel, tooAdam
2011-12-12Added oper:require_oper configuration optionAdam
2011-12-11Fixed translating messages with varargs sent directly to users, tooAdam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-21Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9Adam
2011-11-21Fixed not translating messages using varargsAdam
2011-11-20Really fix linking in libraries (even if gettext isn't found on *nix), and a ...Naram Qashat
2011-11-20Attempt to fix where link libraries are set when compiling to fix failed buil...Naram Qashat
2011-11-17Fixed storing mode locksAdam
2011-11-16Fixed compile errorAdam
2011-11-15Made looking up a level for a nonexistant privilege debugg log a warning, not...Adam
2011-11-15Fixed loading ssl certs for usersAdam
2011-11-15Fixed crash on shutdown & a compiler warningAdam
2011-11-08WindowsAdam
2011-11-04Store flags for memos, fixed the expiring very soon message, fixed /os sessio...Adam
2011-11-03Bug #1354 - Allow mode chars to be used for channel prefixs in services.confAdam
2011-10-29Fixed the signal/fork/wait mess hopefully once and for all. fork() did not co...Adam
2011-10-27Ignore sigchld/usr2 sent to the child process after forkAdam
2011-10-27Bug #1350 + other related fixesAdam
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 u...Naram Qashat
2011-10-24Fixed the capab parser to parse capab tokens prefixed with :. Fixes not detec...Adam
2011-10-22A few minor fixupsAdam
2011-10-22Added our own eventfd test for openvz machines which have eventfd but can not...Adam
2011-10-22Added akill idsAdam
2011-10-22Fixed a race condition with installing signal handlers and forkingAdam
2011-10-20Only fork if we are at termAdam
2011-10-18Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots be...Adam
2011-10-15Fixed up anoperc to work with the newer startup methodAdam
2011-10-14Fork earlier in startup to prevent it messing up threads, if there are anyAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-10-11Don't add new levels to existing channels default, screws with stuff when the...Adam
2011-10-11Bug #1337Adam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from th...Adam
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-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting mo...Adam
2011-09-19LOG_COMMAND must now always give a valid commandAdam
2011-09-10Fixed compile errors & warnings from 1.9.6 to 1.9 mergeAdam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Added chanserv/logAdam