Age | Commit message (Expand) | Author |
2006-08-06 | Add <link:allowmask> | brain |
2006-08-06 | Fix TS lowering, also update local variable | brain |
2006-08-04 | Sanity checks | brain |
2006-08-04 | Add 'no such server' on remote stats to invalid name | brain |
2006-08-04 | Backwards mode stuff! | brain |
2006-08-04 | Fixes? | brain |
2006-08-04 | Bugs bugs | brain |
2006-08-04 | Debug | brain |
2006-08-04 | Fix craq loop | brain |
2006-08-04 | More fuckup | brain |
2006-08-04 | Not checking a pointer, bad brain bad | brain |
2006-08-04 | Whoops, typo | brain |
2006-08-04 | Fixes for ::0 ip's, disable autobind when using ::ffff: etc | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | Check for duplicate servers in OnLookupComplete | brain |
2006-08-02 | Comment ServernameResolver class | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-29 | Started UserManager class | brain |
2006-07-28 | Beat om to the commit | brain |
2006-07-28 | Fix the obligotary typos | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |
2006-07-27 | Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes... | brain |
2006-07-27 | * Fix Server::SendMode to actually work again. | brain |
2006-07-27 | commit remainder of new mode bouncing stuff for TS based modes | brain |
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain |
2006-07-26 | Fix reiterpret_cast stuff that doesnt work right | brain |
2006-07-26 | Adapt m_spanningtree to use irc::tokenstream instead of its own irc-line-pars... | brain |
2006-07-26 | Migrate towards FMODE with TS, remove the SYNCTS command idea | brain |
2006-07-25 | Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn... | brain |
2006-07-25 | Prevent notice loops on servermasks | brain |
2006-07-25 | Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ... | brain |
2006-07-25 | Fix NOTICE $* to go between servers | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-07-14 | Tidyup | brain |
2006-07-14 | Changed to different way of clearing users on netsplit (uses less ram and sho... | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-10 | Making lots of stuff inherit from classbase so we can use it as a holdall cla... | brain |
2006-07-09 | send_mode event for spanningtree (this will be backported to stable as its re... | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-03 | Cleanups, change ugly if(\!*line.c_str()) to if(line.empty()); remove some cr... | om |
2006-07-03 | Make spanningtree compile again >_< | om |
2006-07-03 | Typo fix | om |