Age | Commit message (Expand) | Author |
2013-09-14 | Fix ConvToStr(char) | attilamolnar |
2013-09-08 | Fix a crash when running as systemd service | ChrisTX |
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 |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-21 | Update documentation and remove unused classes/functions | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f... | peavey |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |