Age | Commit message (Expand) | Author |
2007-10-14 | Change the way origins are shown in snonotice, for djGrrr :p | brain |
2007-10-09 | Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH... | brain |
2007-09-27 | Forgot part of the fix for bug #404 | special |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-09-02 | Fixed an issue that could cause empty parameters in module commands to not be... | special |
2007-08-29 | Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else. | brain |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Tidy up here, same tidyup cannot go back to stable as it involves uids | brain |
2007-08-28 | Add SVSPART at request of the Anope team - You can tell if the server has SVS... | brain |
2007-08-28 | If we see a NICK message without a timestamp on it, squit the server | brain |
2007-08-28 | Note: NICK now takes two params, a nickname and a timestamp of the change. | brain |
2007-08-28 | When a server sends a SERVER command with <5 params, dont just close the conn... | brain |
2007-08-28 | Last raft of compile fixes | brain |
2007-08-28 | Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ... | brain |
2007-08-28 | Tidy up duplicate code, provide GetSID() method on ServerConfig which returns... | brain |
2007-08-28 | Drop nick from incoming client on change collision if incoming client 'loses'... | w00t |
2007-08-28 | Hmm. We shouldn't use FindNick here, as that will find on UID, which while it... | w00t |
2007-08-28 | Slight change to traffic logging, as I never remember which way the damn arro... | w00t |
2007-08-28 | Remove unneeded headers from spanningtree. This was done to the rest of the s... | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Handle nick change collision through the same rules nick introduction collisi... | w00t |
2007-08-27 | Fix potential for duplicate SID if the SID is auto generated. | brain |
2007-08-27 | Fix to use DuplicateID. This stops things segfaulting on duplicate SID introd... | w00t |
2007-08-27 | Well, this probably works. But it might not. :D. | w00t |
2007-08-27 | Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se... | brain |
2007-08-27 | Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st... | brain |
2007-08-27 | Don't try do lookups by nickname any more, all s2s traffic should be using UI... | w00t |
2007-08-27 | Remove some old style compatibility checking for 1.0-alpha servers, this real... | w00t |
2007-08-27 | If SVSNICK fails, attempt to change to UID, before quitting as a last resort ... | w00t |
2007-08-27 | Make this lookup by UUID ahead of nick also, so things work properly. | w00t |
2007-08-27 | Make the server to server parser look for UUID. Currently it will fall back a... | w00t |
2007-08-27 | This will royally fuck 1.2's linking right now, but.. | w00t |
2007-08-27 | Fix to SVSJOIN: disallow invalid channel names. Needs backport. | w00t |
2007-08-26 | Make this compile, was missing a ( | peavey |
2007-08-26 | Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave... | w00t |
2007-08-26 | Routing failure messages back where they came from on /rconnect | brain |
2007-08-20 | Add a pair of colons which should fix some KILL messages being dropped and fi... | brain |
2007-08-20 | Increase max time difference to 600 secs | brain |
2007-08-15 | * include/caller.h will now compile correctly on Windows platforms. | burlex |
2007-08-13 | Fix new millisec /map to compile on windows, by ifndef gettimeofday out rever... | peavey |
2007-08-07 | Feature request from djGrr, allow changing of server to server ping frequency | brain |
2007-08-05 | Change latency figures in /map to milliseconds, much more useful for lag meas... | brain |
2007-08-03 | There was a missing colon on remote numeric 376. Spotted by Hal9000 of Denora. | w00t |
2007-07-24 | Replace some voodoo with a define | w00t |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-17 | Stability fixes, some DELETEs here that dont belong any more. | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-10 | Clarifying comment | brain |
2007-06-24 | Fix for atheme support (and others) which makes sure CAPAB is always sent bef... | brain |