Age | Commit message (Expand) | Author |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-09 | Move most whois related code from the core into cmd_whois | attilamolnar |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2013-04-03 | Convert InspIRCd::Duration() to be static | attilamolnar |
2013-04-01 | Merge pull request #452 from SaberUK/master+nuke-hashmap | Attila Molnar |
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings... | attilamolnar |
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |
2013-04-01 | Remove more deprecated code | attilamolnar |
2013-04-01 | Merge pull request #454 from SaberUK/master+misc-improvements | Attila Molnar |
2013-04-01 | Remove some dead code: | Peter Powell |
2013-04-01 | Add macro for marking methods as deprecated. | Peter Powell |
2013-04-01 | Purge the deprecated hash_map from existance. | Peter Powell |
2012-10-29 | Fix typo in doc and remove some whitespace | attilamolnar |
2012-10-29 | Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function | attilamolnar |
2012-10-19 | Fix for #268. | Peter Powell |
2012-10-14 | Replace printf(_c) with iostream | ChrisTX |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-07-13 | Move STATS handler back to cmd_stats so it's hotpatchable again | attilamolnar |
2012-07-06 | Added color codes to /rules, moved the parsing to ServerConfig and cleaned th... | Justin Crawford |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-05-27 | Add testsuite tests for UID generation | attilamolnar |
2012-05-23 | Fix compile error caused by unistd.h not existing on Windows. | Peter Powell |
2012-05-03 | Merge pull request #96 from Justasic/insp20 | Robin Burchell |
2012-04-22 | Fixed using a function on every call for /motd, causing lag on large networks... | Justin Crawford |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-16 | Fix compilation with GCC 4.7. | Guillaume Delacour |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-04-28 | Add log header including ircd version | Daniel De Graaf |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-15 | Show opers the raw VERSION string, not the custom one | danieldg |
2010-02-12 | Fix conversion warnings on g++ 3.4 | danieldg |
2010-02-12 | Floating-point math should have no place in an ircd | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-19 | Fix some command registration warnings | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-22 | Clean up unused functions, add nonicks operoverride [dKingston] | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |