summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-10-01Fix a few problems found by Cronusa and KindOneAdam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to ↵Adam
be a bit more C++ ish
2012-09-30Place runtime module binaries in data/runtime instead of lib/ incase of a ↵Adam
system wide install where lib/ is not writable
2012-09-30Use RTLD_NOW when loading modules to resolve all symbols immediately.Adam
This prevents modules with unresolved symbols from loading instead of loading and crashing later.
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-10Fixed gettext on freebsd/any other system that uses LANG not LANGUAGEAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to ↵Adam
group multiple ips from one subnet to one session
2012-09-07Allow configuring killquick and kill delaysAdam
2012-09-07Allow ; and } in quoted stringsAdam
2012-09-02Version bump for 1.9.8-gitAdam
2012-09-02Anope 1.9.7 Release1.9.7Adam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-08-28Actually set xline's manager...Adam
2012-08-08Put motd in conf/ not data/ and fixed the default values in the configRobby
2012-08-08Update pid and motd file pathsCronus
2012-07-18Warn about really big integer values in the configAdam
2012-06-25Fixed accidentally recursion in User::SendMessage from last commitAdam
2012-06-18Allow userless command sourcesAdam
2012-06-06Fixed fd leak in win32/pipe.cppAdam
2012-05-26This should actually be LOG_TERMINAL, quitmsg isn't logged to terminal on ↵Adam
shutdown
2012-05-26Some access level fixes from Robby to more closely match the historic ↵Adam
levels, and some code cleanup
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable
2012-05-17reinterpret_cast off of a virtual base does Bad ThingsAdam
2012-05-10Fixed crash on access del + valgrind errorsAdam
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ↵Adam
be specified at runtime
2012-04-29Set quitmsg on ERRORAdam
2012-04-29Added options:casemap to chose how case insensitive strings are compared, ↵Adam
using ascii, rfc1459, or a locale installed on the system
2012-04-27Process defines even before includes, fixes defining{} pseudoclient names to ↵Adam
something else in their respective configurations
2012-04-27Add db_sql:prefix allow prefixing all anope tables similarly, and changed ↵Adam
db_sql to update the databases incrementally instead of one big flush
2012-04-25Fixed non-debug buildAdam
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