Age | Commit message (Expand) | Author |
2007-03-11 | Remove stray "Notice:" - text only change | brain |
2007-03-11 | Fix minor bug, number of users listing doesnt decrement if a user quits while... | brain |
2007-03-11 | Fix malformed notice | brain |
2007-03-11 | Remove debug | brain |
2007-03-11 | Add safelist:maxlisters which prevents more than x number of people doing a L... | brain |
2007-03-11 | Added OnBufferFlush, improved m_safelist, no longer works on a timer but work... | brain |
2007-03-11 | Fixed a crash with a malformed server-to-server NICK command, thanks dmb | special |
2007-03-11 | Just comments | brain |
2007-03-11 | Comments only. | brain |
2007-03-11 | Bump protocol revision | brain |
2007-03-10 | This now makes RemoveStatus remove *everything* as pointed out by jilles. Thi... | brain |
2007-03-10 | Add a TODO comment | brain |
2007-03-10 | Whoops, fix a silly bug i just introduced :p | brain |
2007-03-10 | Move FJOIN propogation above the FMODEs generated by winning an FJOIN | brain |
2007-03-10 | Remove yet more debug | brain |
2007-03-10 | Remove debug code left in here | brain |
2007-03-10 | Fix typo | brain |
2007-03-10 | HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour: | brain |
2007-03-10 | Fix the operator== for irc::string -> std::string to be const&, the lack of c... | brain |
2007-03-10 | Change mask variable to irc::string to allow for case insensitive removal/add... | brain |
2007-03-09 | /who tidyup - needs QA'ing | brain |
2007-03-09 | Apply <options:hidewhois> in /who results (bug #239); someone should clean up... | special |
2007-03-08 | compile error fix ahoy | brain |
2007-03-08 | Take away a uline specific check in fmode, which might explain why desyncs be... | brain |
2007-03-08 | Change options:notimesync to options:timesync -> reverse its meaning and defa... | brain |
2007-03-08 | option to allow announce of invites to channel (similar to unreal) | brain |
2007-03-08 | Patch by satmd to support using IP addresses with cgiirc | special |
2007-03-06 | Fixes for snotice quit reasons | brain |
2007-03-06 | Fix on-rehash reloading of the lists... and why were we tokenizing the string... | brain |
2007-03-06 | Fix for bug #237 | brain |
2007-03-06 | This properly fixes options:hidebans and options:hidesplits by providing the ... | brain |
2007-03-05 | Klosterkrone? wtf kind of cheese is that. It best taste nice. | brain |
2007-03-05 | State that the channel is full, to avoid confusion | brain |
2007-03-05 | Return 1 not 0, we dont want two numerics. (thanks peavey) | brain |
2007-03-05 | Change oper notice into a numeric to the user: | brain |
2007-03-03 | Allow for the cgiirc module to change the users host if it doesnt resolve | brain |
2007-03-03 | Fix double-dereference in CheckIdent and CheckPass which causes the values of... | brain |
2007-03-03 | Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ... | brain |
2007-03-03 | Fix m_services_account logout by allowing meta with empty data field. Tracker... | peavey |
2007-03-03 | Rebuild 005 on rehash. Tracker: bug #234 | peavey |
2007-03-02 | Do not perform redirect on chained channel links, tell user channel is full a... | peavey |
2007-02-27 | Fix for small display issue, when both ssl modules are loaded, both output a ... | brain |
2007-02-25 | Fixes and optimizations | brain |
2007-02-25 | Ensure that simplemodes are sent first (jilles requested this) | brain |
2007-02-25 | Bans are bursted using a large string buffer to save on write() calls, so the... | brain |
2007-02-25 | Add max line length value to modestacker, so that it can clamp the max length... | brain |
2007-02-22 | Added sepstream::GetRemaining() | special |
2007-02-20 | New and improved /INFO (now with meaty chunks) | brain |
2007-02-20 | fix typo. | peavey |
2007-02-20 | No need to .c_str() the quitmsg, it takes const std::string& | brain |