Age | Commit message (Expand) | Author |
2007-11-04 | Some more to fix still, modules probably wont load correctly atm | brain |
2007-11-02 | Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ... | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-10-31 | Make it compilable :p | brain |
2007-10-31 | Add XLine::SetCreateTime that removes gline_set_creation_time and friends | brain |
2007-10-31 | Use XLineFactory in ADDLINE, so that it can deal with anything the rest of th... | brain |
2007-10-31 | Make it all compile. | brain |
2007-10-31 | Spanningtree now compiles | brain |
2007-10-28 | PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods | w00t |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
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 |