summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02enc_sha256: the length of the digest is SHA256_DIGEST_SIZE, not ↵DukePyrolator
SHA256_BLOCK_SIZE. also removed an unneeded trailing NULL byte.
2012-11-30Allow services to return more than one NS recordAdam
2012-11-30Change /os reload to not unnecessarially rebuild httpd servers. Change ↵Adam
m_httpds Log methods to the module version.
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-29Fix warnings from classes with virtual functions not having virtual destructorsAdam
2012-11-28Rewrite/simplify some of m_httpdAdam
2012-11-28Use signon for svid on bahamut, not timestampAdam
2012-11-27Use signon for svid on unreal, not timestampAdam
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 remote branch 'cronus/1.9+unrealtokens' into 1.9Adam
2012-11-25Remove UnrealIRCd's TOKENS, they are kinda uselessCronus
2012-11-25Fix build the last arg on fantasy commands to chanservAdam
2012-11-25Add commented command{} blocks for how 1.8 worked, don't show saset in the ↵Adam
help list to registered users.
2012-11-25Rename restoreonghost in nickserv.confAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam
2012-11-25added a config block for cs_seen in chanserv.example.confDukePyrolator
2012-11-24Make the actual clients into services tooAdam
2012-11-24Fix parsing fjoin on inspircdAdam
2012-11-24Helps to name ping rightAdam
2012-11-24Add IP.Board m_sql_authentication query to modules.example.conf, from ↵Adam
Genesis2001
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-22fixed some compile errorsDukePyrolator
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-11-18added METADATA and vhost support to the ngircd protocol moduleDukePyrolator
2012-11-18fixed a typo in IRCDMessageSetName in the unreal protocol moduleDukePyrolator
2012-11-16This should be find, not find_first_ofAdam
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-10added support for the ngircd SQUERY commandDukePyrolator
2012-11-09Made access del and xop del behave like access add/xop add by using a users ↵Adam
mask if given an unregistered nick
2012-11-09Add a config option to disable saslAdam
2012-11-07Update bi->lastmsg in cs_log when something is logged via privmsgAdam
2012-11-07I haven't a clue why this was here but its not even remotely right.. fixes #1448Adam
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
2012-11-07Fix crash on suspend etc if kicking a user causes the service bot to part ↵Adam
when the service bot is next in the userlist (as we have an iterator to it)
2012-11-07Give suspend the correct permission in botserv.conf, fix pch buildAdam
2012-11-06Sometimes capab is sent as one parameterAdam
2012-11-06Made os_noop more usefulAdam
2012-11-06Added log messages for all of the other chanserv commands that should be loggedAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-11-06Windows fixesAdam
2012-11-06Added chanserv/status to fantasy commandslethality
2012-11-05Catch the exception from /os session view invalidipAdam