Age | Commit message (Expand) | Author |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-25 | This can't be case sensitive because it's not consistant, and also would brea... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-06-09 | Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for t... | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert channel banlist members to std::string | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | make sure we include the right headers and fix a warning in cmode_b | brain |
2008-03-30 | whack a couple of format warnings now showing with r9217 | peavey |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Remove some fake client stuff, make it use the global record | w00t |
2007-08-26 | Proper fix for end-of-list numerics on restricted lists in bug #386, rather t... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-05-27 | Change for reverse output of lists, most recent first, for bug #307. Also fix... | brain |
2007-05-21 | All non-commands part of the core are now warning clean on vs8 | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-09-02 | Actually make +ovhk removable with DelMode (just in case somebody wants to, o... | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |
2006-07-08 | Implement DisplayList virtual method calls, and implement it in cmode_b | brain |
2006-07-07 | Clean 'removed' bans too | brain |
2006-07-07 | Tidier than a trinary op | brain |
2006-07-07 | Move BanItem into the class | brain |
2006-07-07 | toomanyexclamation and toomanyat are no longer required here | brain |
2006-07-07 | Make +b use CleanMask() | brain |
2006-07-07 | Tidy up space indents so Om and w00t dont murder me | brain |
2006-07-07 | fix channel mode +b | brain |
2006-07-07 | Mode +b stuff, probably wont work yet | brain |