summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-22Move channel mode set and unset events to be after the action has been done ↵Adam
internally to allow easially canceling it
2013-01-22Fix crash trying to unset the permanent channel mode during channel syncs of ↵Adam
empty channels
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-21Really fix Channel::GetModesAdam
2013-01-21Revert "Fix Channel::GetModes, we can never have a negative mode set on a ↵Adam
channel so this check is unnecessary" This reverts commit 678d27fdb74a3c73b696b6feffc00523f2c233b2.
2013-01-21Fix Channel::GetModes, we can never have a negative mode set on a channel so ↵Adam
this check is unnecessary
2013-01-21Fix not logging debug info to the logfile when debug mode is enabledAdam
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Allow the config parser to skip over gettext's _() to allow translating ↵Adam
config values
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2013-01-07Track +g on inspircd, fix saving/loading mode locks for generic modesAdam
2013-01-06Buggy compilers are buggyAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until ↵Adam
message processing is done
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-28Move some of CheckKick to the respective modulesAdam
2012-12-28Dumb iteratorsAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-12-28The timestamp column in SQL should actually be null sometimes, and fixed ↵Adam
some valgrind errors with db_sql_live
2012-12-27When processing many modes don't enforce mlock until all are setAdam
2012-12-25Allow modules loaded after startup to magically reobtain their database ↵Adam
objects. Fix os_dns for sql(live)
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on ↵Naram Qashat
install.
2012-12-23Allow os_dns to manage multiple zonesAdam
2012-12-19Add a command flag to require that a user is executing the commandAdam
2012-12-19Add version flags for debug, git, and WindowsAdam
2012-12-19Having these references to bots bugged out older compilers, so simplify this ↵Adam
by just moving pointers to the core
2012-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-11IsNickValid() now accepts '[' and ']' in the nicknameDukePyrolator
2012-12-07Modified the Config scripts to ask the user explicitly for additional ↵Naram Qashat
include and library directories.
2012-11-30Allow services to return more than one NS recordAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.
2012-11-26Keep track on what ircds we can svsjoin, add an svspart methodAdam
2012-11-26Revert a small part of 90930619bc124e94bac5048c0b13c3f4748b559d, evidently ↵Adam
this was important
2012-11-26Fixed rehasing doing weird things to botmodes due to trying to set on nick ↵Adam
not uid
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-24Make the actual clients into services tooAdam
2012-11-23Made IRCDProto a ServiceAdam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add ↵Adam
an ircd message module event, and a few more fixups
2012-11-22Fix compile/pch generationAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID ↵Adam
levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode
2012-11-10Never log debug levels >= 2 using a log blockAdam
2012-11-10Fix user account logout messageAdam
2012-11-09Add a config option to disable saslAdam
2012-11-07Duplicate check some of these larger hashmaps on insert, just incaseAdam
2012-11-07We no longer have to use the rungroup provided at build time, it is ↵Adam
specified in the config now