Age | Commit message (Expand) | Author |
2012-12-02 | enc_sha256: the length of the digest is SHA256_DIGEST_SIZE, not SHA256_BLOCK_... | DukePyrolator |
2012-11-30 | Allow services to return more than one NS record | Adam |
2012-11-30 | Change /os reload to not unnecessarially rebuild httpd servers. Change m_http... | Adam |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam |
2012-11-29 | Fix warnings from classes with virtual functions not having virtual destructors | Adam |
2012-11-28 | Rewrite/simplify some of m_httpd | Adam |
2012-11-28 | Use signon for svid on bahamut, not timestamp | Adam |
2012-11-27 | Use signon for svid on unreal, not timestamp | Adam |
2012-11-26 | Keep track on what ircds we can svsjoin, add an svspart method | Adam |
2012-11-26 | Revert a small part of 90930619bc124e94bac5048c0b13c3f4748b559d, evidently th... | Adam |
2012-11-26 | Fixed rehasing doing weird things to botmodes due to trying to set on nick no... | Adam |
2012-11-25 | Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick | Adam |
2012-11-25 | Merge remote branch 'cronus/1.9+unrealtokens' into 1.9 | Adam |
2012-11-25 | Remove UnrealIRCd's TOKENS, they are kinda useless | Cronus |
2012-11-25 | Fix build the last arg on fantasy commands to chanserv | Adam |
2012-11-25 | Add commented command{} blocks for how 1.8 worked, don't show saset in the he... | Adam |
2012-11-25 | Rename restoreonghost in nickserv.conf | Adam |
2012-11-25 | Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal. | Adam |
2012-11-25 | added a config block for cs_seen in chanserv.example.conf | DukePyrolator |
2012-11-24 | Make the actual clients into services too | Adam |
2012-11-24 | Fix parsing fjoin on inspircd | Adam |
2012-11-24 | Helps to name ping right | Adam |
2012-11-24 | Add IP.Board m_sql_authentication query to modules.example.conf, from Genesis... | Adam |
2012-11-23 | Made IRCDProto a Service | Adam |
2012-11-23 | Change the return type of ircdmessage to void now that we don't use it, add a... | Adam |
2012-11-22 | Fix compile/pch generation | Adam |
2012-11-22 | fixed some compile errors | DukePyrolator |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-18 | added METADATA and vhost support to the ngircd protocol module | DukePyrolator |
2012-11-18 | fixed a typo in IRCDMessageSetName in the unreal protocol module | DukePyrolator |
2012-11-16 | This should be find, not find_first_of | Adam |
2012-11-16 | Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels... | Adam |
2012-11-10 | Never log debug levels >= 2 using a log block | Adam |
2012-11-10 | Fix user account logout message | Adam |
2012-11-10 | added support for the ngircd SQUERY command | DukePyrolator |
2012-11-09 | Made access del and xop del behave like access add/xop add by using a users m... | Adam |
2012-11-09 | Add a config option to disable sasl | Adam |
2012-11-07 | Update bi->lastmsg in cs_log when something is logged via privmsg | Adam |
2012-11-07 | I haven't a clue why this was here but its not even remotely right.. fixes #1448 | Adam |
2012-11-07 | Duplicate check some of these larger hashmaps on insert, just incase | Adam |
2012-11-07 | We no longer have to use the rungroup provided at build time, it is specified... | Adam |
2012-11-07 | Fix crash on suspend etc if kicking a user causes the service bot to part whe... | Adam |
2012-11-07 | Give suspend the correct permission in botserv.conf, fix pch build | Adam |
2012-11-06 | Sometimes capab is sent as one parameter | Adam |
2012-11-06 | Made os_noop more useful | Adam |
2012-11-06 | Added log messages for all of the other chanserv commands that should be logged | Adam |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-11-06 | Windows fixes | Adam |
2012-11-06 | Added chanserv/status to fantasy commands | lethality |
2012-11-05 | Catch the exception from /os session view invalidip | Adam |