Age | Commit message (Expand) | Author |
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 |
2008-02-10 | w00t br0ked it! :p | brain |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-22 | Move InspIRCd::IsValidMask() to helperfuncs.cpp | w00t |
2007-10-15 | Move some other stuff to helperfuncs (uline related, and timestring) | w00t |
2007-10-15 | Move InspIRCd::Duration from command_parse to helperfuncs | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Add uuid hash_map - its management is automatic via userrec constructors/dest... | brain |
2007-08-27 | Fix obligotary typos | brain |
2007-08-27 | When a numeric nick is passed to FindNick, we call FindUUID instead | brain |
2007-08-27 | Fix me not being able to code.. | w00t |
2007-08-27 | Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou... | w00t |
2007-08-23 | Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'... | brain |
2007-08-23 | Fix segfault on 'cant open logfile' on startup, on trying to call Exit. inste... | brain |
2007-07-25 | Turn IsIdent into a functor | brain |
2007-07-25 | Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b... | brain |