Age | Commit message (Expand) | Author |
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 |
2008-08-29 | Safeguards | w00t |
2008-08-29 | Fix extra End of /STATS on spanningtree override of stats c and n. | peavey |
2008-08-29 | Remove some old stuff | w00t |
2008-08-27 | Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci... | w00t |
2008-08-25 | Fix build. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-23 | Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-18 | Increase the size of the matrix for map drawing to 250x250 | brain |
2008-08-09 | Add translation type TR_CUSTOM, and fix up callerid some. | aquanight |
2008-08-05 | Make this fit in with the rest of the code | w00t |
2008-08-05 | Return the right thing. | w00t |
2008-08-05 | Better Way(TM) of doing easy routing of commands with a user based source. Th... | w00t |