summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-18Fixed some eventsAdam
2012-02-18Made mode lock del check status of the mode lock before removing itAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-16Fixed FreeBSD buildAdam
2012-02-15Remove revision numbers as they're only ever set by Config reading git since ↵Adam
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config.
2012-02-14Fixed detecting when to set +r and fixed crash on shutdown introduced by the ↵Adam
last commit
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also ↵Adam
made DNS query ids not random as they don't need to be.
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
2012-02-04Bump for 1.9.7-gitAdam
2012-02-03Anope 1.9.6 Release1.9.6Adam
2012-01-25WindowsAdam
2012-01-15Fixed crash from last commitAdam
2012-01-15Improve on db_sql_live_readAdam
2012-01-13Only match users nicks against access list entries if the entry is a mask... ↵Adam
accidentally removed from an earlier fix for #1368
2012-01-10Don't ever attempt to process CTCPs as regular messagesAdam
2012-01-10Removed this "valid" ip check in cidr::cidr, is wrong for IPv6 and ::pton ↵Adam
checks this anyway using inet_pton. Also fixed a comment Robby broke in chanserv.conf
2012-01-08Fixed loading akill reasonsAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-31Bug #1368 - check all members of a users gruop against the access listAdam
2011-12-27Made capab management a bit simplierAdam
2011-12-23Add DT_ALLOW_EMPTY config flag, allow fantasychars to be emptyAdam
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
minor nitpick about the leading spaces on LINK_LIBS.
2011-11-20Attempt to fix where link libraries are set when compiling to fix failed ↵Naram Qashat
builds on systems that require -ldl.
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, ↵Adam
not abort
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 ↵Adam
session view when a session exception is added at a lower limit than th default
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 ↵Adam
copy kqueue descriptors on freebsd which caused problems
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 ↵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