Age | Commit message (Expand) | Author |
2008-11-20 | Fix for potential crash with invalid prefixes (prefixes which are neither val... | brain |
2008-11-16 | Don't burst expired X:, should help stop bounce wars.. | w00t |
2008-11-04 | Fix malformed UID errors so that w00t can troubleshoot! :) | brain |
2008-11-02 | Fire every debug. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-11-01 | Fix a result of Tired Coding (tm) | w00t |
2008-10-31 | It is not my %$"*&%" day. This never happened. | w00t |
2008-10-31 | Tidy up FJOIN processing somewhat - don't bother faking a TS to get modes acc... | w00t |
2008-10-31 | Add REMOTEOPER snomask.. use it. | w00t |
2008-10-31 | Move some messages (correctly) to remote link snomask. | w00t |
2008-10-31 | Add snomask +s +L - remote link notices. | w00t |
2008-10-28 | Remove comment, as it is now done. | w00t |
2008-10-27 | Add user/channel mode synchronisation detection to CAPAB - link will now drop... | w00t |
2008-10-27 | Be a hell of a lot more strict about malformed UID commands. We've always bee... | w00t |
2008-10-27 | Fix redundant stats snotice, thanks dz. | w00t |
2008-10-25 | Use TargetTypeFlags instead of int in a few places. | w00t |
2008-10-25 | As we have an enum for type, why not ..use it? | w00t |
2008-10-25 | Note where to find the docs. | w00t |
2008-10-25 | Nuke space indents from orbit. (die!!) | w00t |
2008-10-25 | Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-14 | Remove outdated TODO | brain |
2008-10-10 | Update comment that says we dont send simplemodes in FJOIN, we do now. | brain |
2008-10-08 | Fix crash caused by me being retarded. | w00t |
2008-10-08 | Fix: call OnRawSocketAccept for server connections. This isn't yet done in an... | w00t |
2008-10-05 | Some more safety checks to catch out invalid client introductions (e.g. from ... | brain |
2008-10-02 | Comments here too | brain |
2008-09-30 | Some suggestions from jilles about handling unknown prefix errors, and some i... | brain |
2008-09-24 | Fix for listening sockets not clearing their timeout on connected. Reported b... | peavey |
2008-09-22 | warning-free on windows | brain |
2008-09-22 | Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi... | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-21 | Fix various rline bugs, implement /stats R, and fix the issue where you get n... | brain |
2008-09-21 | Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ... | brain |
2008-09-19 | inbound sockets need a timeout, too. 30 secs should be pleanty | brain |
2008-09-19 | Implement timeout on outgoing server connections as per our docs <link:timeout> | peavey |
2008-09-11 | Fix KILL server-notice duplication | aquanight |
2008-09-08 | Remove a (now nonexistant) reference from .h | w00t |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-08-31 | Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we... | brain |
2008-08-31 | More debugging mesages for troubleshooting invalid mode sequences in UID | brain |
2008-08-31 | I guess it makes sense never to let the gecos be parsed as a mode param, even... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-31 | Two fixes: First, change the error message for too few params for UID to now ... | brain |
2008-08-31 | What the fuck am I doing. | w00t |
2008-08-31 | Off-by-one on params also == masskill, woo | w00t |
2008-08-31 | Add snomasks to UID command, after 'modes', bump protocol version, as this ca... | w00t |
2008-08-31 | Remove a redundant check, and fix user-mode change propegation. (closes bug #... | w00t |
2008-08-29 | Tidier /modules generation. faster for non-opers, neater for all, and doesnt ... | brain |