summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-04-23Reworked live SQL support yet againAdam
2012-04-22Fixed ./services --version etc not getting printed when stdout is a ↵Adam
file/pipe/not a tty
2012-04-13fixed a bug in chanstatsDukePyrolator
2012-04-08Added Chanstats. It uses a new, improved database format and is not ↵DukePyrolator
compatible with current phpdenora or magirc installations.
2012-04-06Fixed unpacking questions from dns packetsAdam
2012-04-06Revert changes made to line endings.Viper
2012-04-06Revert last commit cause guess what, I screwed things upHal9000
2012-04-06Fixed mail function causing some MTAs to sent blank messagesHal9000
2012-03-27Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-03-27Fixed unpacking multiple names from dns packets when one has multiple ↵Adam
compression pointers. Currently this will just fail at unpacking the later name due to offsets being invalid. Also cleaned up the existing code and made unpacking error messages more helpful.
2012-03-22added a missing error message when a module file does not exist. this fixes ↵DukePyrolator
bug #1401. also moved some debug messages to debug level 2
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ↵Adam
random number
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-03-11Fixed having multiple uplink blocks work right if the first uplink fails on ↵Adam
startup
2012-03-11Bug #1384 - Fixed spacing of connection log message if users have no vhost - ↵Adam
patch from cbiedl
2012-03-04fixed the --dir commandline parameterDukePyrolator
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-25Fixed missing #include in init.cppAdam
2012-02-24Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the ↵Adam
order of saving memos (among other things)
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-02-22Added a configuration option to make all nick registrations require admin ↵Adam
verification
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-22Fixed some trivial formattinglethality
2012-02-19Made our message sources actual clients/servers, and put in a few more ↵Adam
default messages for very standard things (KICK etc)
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