Age | Commit message (Expand) | Author |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-09 | Send usermodes on whois if user is self or opered | w00t |
2008-04-08 | Allow remote users to bypass Q:Line (why on earth wasn't this the case) | w00t |
2008-04-08 | Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w... | w00t |
2008-04-08 | Add todo, add server name | w00t |
2008-04-08 | Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain | w00t |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |
2008-04-04 | Fix bad use of old event based api for spanningtree (this is mostly gone now) | brain |
2008-04-02 | Fix another warning | brain |
2008-04-02 | Fix stats, this has never actually displayed the per-class max in stats I, no... | brain |
2008-03-30 | AWAY notification for WATCH. Numerics are now sent out when a user goes away ... | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-21 | Rejig numerics to not step on the 90x range for SASL | brain |
2008-03-21 | Patch to change MODULES numerics, so we dont get a collision when using AUTHE... | brain |
2008-03-19 | And one more tweak to this. | peavey |
2008-03-19 | Fix OnUserRegister() not getting called for if USER sent before NICK on regis... | peavey |
2008-02-24 | Yay, local /rehash is now fixed :) | brain |
2008-02-24 | More stuff | brain |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | Theres more to do here. Read the TODOs | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-14 | Somebody *eyes a certain norwegian wannabe* defined two commands called WATCH... | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Fix trampling on memory in Z/G/K/ELine. | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Correctly rewrite bans in 1.2 also, and make zline on nicks actually work. | w00t |
2008-02-10 | Make K|G|Z|ELine actually work with a nickname target (code was there but not... | w00t |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-08 | Slight speed improvement in WHOing invisible users, insignificant | brain |
2008-02-08 | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8850 e03df62e-2... | w00t |
2008-02-02 | Add it back, but comment out the method body. its useless. | brain |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-30 | Move fez to developers (a lot of movement for one day :p) | w00t |
2008-01-30 | Move fez to regular contributors section | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-19 | Add aquanight to developers section | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Start converting WriteOpers calls into snomask 'O' -- generic oper notices. | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | 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-10 | Header update: 2007 -> 2008 | w00t |
2008-01-10 | Implement <options:prefixpart|suffixpart|fixedpart> | w00t |
2008-01-09 | Some quick credits updates.. nothing huge, just people that have been helpful... | w00t |
2008-01-09 | Fake lag on nick change, thanks pLaYa | w00t |