Age | Commit message (Expand) | Author |
2013-08-27 | Fix crash caused by passing a large integer to ctime() | attilamolnar |
2012-12-09 | Remove ServerLimits::Finalise(), it's completely wrong | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-28 | Have FindUUID(const char*) call FindUUID(const std::string&), not the other w... | 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-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-01 | Cap masks and bans at 250 characters | danieldg |
2010-02-20 | Fix compilation warning | danieldg |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-02 | Sort items in the 005 line | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-28 | Make this less confusing for us and users | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-06 | Change extban seperator in 005 to match charybdis and unreal | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-14 | Add InspIRCd::AddExtBanChar() to avoid copypasta. | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-04 | Comment and improve check for access to ~/.inspircd/startup.log | aquanight |
2008-05-03 | Make creation of ~/.inspircd properly check for EEXIST | aquanight |
2008-04-15 | See configreader.cpp line 764 to see how to declare deprecated items. This is... | brain |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-12 | Fixes for default log. It is now called ~/.inspircd/startup.log unless overri... | brain |
2008-04-11 | Remove 'default log' and <options:loglevel> (wtf?) | brain |
2008-04-04 | Remove deprecated InspIRCd::Log() method so people don't use it etc | w00t |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-15 | Merge warning about InspIRCd::Log() | aquanight |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Code for loading <log method=file> tags from config, but this still needs to ... | aquanight |
2008-02-10 | Per-logstream loglevels. | aquanight |