Age | Commit message (Expand) | Author |
2008-02-03 | Fix burst time indicator: set startburst in treeserver's constructor, BURST i... | w00t |
2008-02-03 | Show extra debug for burst time | w00t |
2008-02-03 | Broken, but.. show how many milliseconds a burst takes. Someone care to tell ... | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-02-02 | Check for empty prefixes, and close server connections attempting to use them | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-08 | Forward port r8664: bind server sockets on /rehash | w00t |
2008-01-07 | Correct typo | w00t |
2008-01-04 | Forward port r8629: Fix for bug #458 - servers going missing on collision etc | w00t |
2008-01-04 | Back out previous patch disabling ADDLINE processing. The problem is in the n... | w00t |
2008-01-04 | ADDLINE is broken, don't process it for now.. | w00t |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
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 |