Age | Commit message (Expand) | Author |
2006-11-27 | O(n^n) is bad. O(log n) is better. | brain |
2006-11-27 | Tidyup | brain |
2006-11-27 | There, the guts of it are done, spanningtree now uses the exempt lists to cle... | brain |
2006-11-27 | BuildExemptList is becoming pretty ugly. grr. | brain |
2006-11-27 | Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter... | brain |
2006-11-26 | C DOS, C DOS RUN, RUN DOS RUN ^M^M^M | peavey |
2006-11-26 | Provides support for ircu style usermode +d (deaf to channel messages and cha... | peavey |
2006-11-26 | Update the comment for flag 't' | brain |
2006-11-26 | Tidyup, avoid ternary if() on every iteration of a loop (bad brain bad) | brain |
2006-11-26 | SILENCE_CNOTICE, flag 't'. Needs testing, peavey should probably review to ch... | brain |
2006-11-26 | Fix to work with channel notices. | brain |
2006-11-26 | now using OnUserPreMessage exempt_list instead of OnPreCommand dup code for b... | peavey |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-11-26 | 005 tokens: "ESILENCE SILENCE=999" | brain |
2006-11-26 | Add a description to an exception in the constructor, also reformat all the i... | brain |
2006-11-26 | Tidy up space indents | brain |
2006-11-26 | fix a few confusing returns | peavey |
2006-11-26 | Improved drop-in replacement for cmd /SILENCE. This first draft features serv... | peavey |
2006-11-26 | Make silence list removals and additions a ton faster by making the silence l... | brain |
2006-11-25 | Improve openssl detection | brain |
2006-11-24 | whoops, !defined not undef! | brain |
2006-11-24 | Make this smarter when we dont have pkg-config | brain |
2006-11-24 | More fixes | brain |
2006-11-24 | Fixes | brain |
2006-11-24 | Smarter openssl detection | brain |
2006-11-24 | In answer to w00ts question, the channel might not exist, because of the foll... | brain |
2006-11-23 | Fix #176, not sure how channel can't exist after being created, but apparantl... | w00t |
2006-11-22 | Fix my fix, it crashed (thanks skenmy, sorry) | w00t |
2006-11-21 | Fix spurious deops on channel creation, pointed out by jilles, noted by a num... | w00t |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-11-21 | Fixed gnutls_rpath.pl to do rpath for all paths, not just gnutls - this fixes... | special |
2006-11-19 | Remove space | brain |
2006-11-19 | Ooops, remove my debug line | om |
2006-11-19 | Also return for 7.x series > 7.3.15, this still wants testing :p (which versi... | om |
2006-11-19 | Hopefully uncraq this script enough to actually work, should return for versi... | om |
2006-11-19 | Merge pgsql stuff from darix, but im sure theres something to be looked at in... | brain |
2006-11-19 | Use pkg-config to detect lib paths - thanks darix we've been looking for this... | brain |
2006-11-16 | Make STATS i, y, c, n more relevent to 1.1 | brain |
2006-11-15 | Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified | special |
2006-11-14 | Another couple of 'forgot to memset's | brain |
2006-11-14 | Inherit ModuleException from std::exception rather than classbase | brain |
2006-11-13 | Modify server counts in /lusers to show number of servers actually visible if... | brain |
2006-11-12 | Swap some stuff around, just to complicate bruteforcing | brain |
2006-11-12 | Make the output table chosen be unique to the actual ip so that the octet val... | brain |
2006-11-12 | Better cloaking for unresolved IP addresses. | brain |
2006-11-12 | Slight hax. When bursting a channel - in the fmode, if we dont have +n or +t ... | brain |
2006-11-12 | If a new channel is created, after sending the FJOIN for the first user in, s... | brain |
2006-11-12 | Added a notice that all people bumping the protocol version should edit a pag... | brain |
2006-11-12 | Protocl-Version bump to 1102 | brain |
2006-11-12 | Oops, using wrong param | brain |