Age | Commit message (Expand) | Author |
2008-04-13 | char -> const char | w00t |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-11 | Fix sillies | brain |
2008-04-11 | Patch from Brain fixing broken stuff | w00t |
2008-04-11 | Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP... | brain |
2008-04-10 | Provide an optional param translate4in6 to User::GetIPString() and default it... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-08 | Don't check Q:Lines here, it will affect change to UID | w00t |
2008-04-07 | This should probably be tested, but makes a whole lot more sense like this (u... | brain |
2008-04-06 | Initialise this so WriteCommon() knows what it's dealing with (thanks, valgrind) | w00t |
2008-04-05 | Make sure this is pushed too | brain |
2008-04-05 | Use 1.2, not VERSION constant for here. | w00t |
2008-04-03 | Fix a (long standing) tiny bug: wallops do not go out to all +w users, only o... | w00t |
2008-04-02 | Fix brain's compile error :p | w00t |
2008-04-02 | Fix for bug #456 so we can be rid of it | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-03-31 | fix a few warnings by casting since thats the only way to be sure non native ... | peavey |
2008-03-31 | Fix two format warnings, dont you DARE tell me size_t varies in size too. | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-03-23 | Clean up user/chan modes on deoper, fix memsets off-by-1, delete[] properly i... | aquanight |
2008-03-23 | These memsets cant rely on sizeof() any more, afaik. The sizeof() would give ... | brain |
2008-03-23 | Whoops, take out some foolish memsets (well theyre foolish now :p) | brain |
2008-03-23 | This should save 128 bytes per user for non-opers. Well worth it imho for a r... | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-02-26 | Fix for bug #466 reported by John | brain |
2008-02-26 | Fix for feature request in bug #465 by John | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-21 | The issue from stable does not exist here, because we initialize userrec::qui... | brain |
2008-02-17 | Seperate USERIO into USERINPUT and USEROUTPUT | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-12 | Backport r8910: oper quit message would be blank | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-09 | Add a printf-type override for LogManager::Log(). We need to find a way to se... | w00t |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-05 | This makes more sense | brain |
2008-02-04 | Brain, look at this please | w00t |
2008-02-02 | Cache User::GetIPString() | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Add a warning about quitting a user twice, and fix a minor brainfart | w00t |
2008-01-16 | Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ... | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-16 | Re-add support for silent quits (note: we also remove an O(n) doing it this way) | w00t |
2008-01-16 | Hacked-up culllist: stores user pointers rather than CullItem, as creating th... | w00t |
2008-01-13 | Undo my constructor playing, I'm pretty sure it will break stuff. This will r... | w00t |