Age | Commit message (Expand) | Author |
2006-07-28 | Finish off /WHO (i think it covers everything). Now has a few extra options | brain |
2006-07-28 | Tidyup | brain |
2006-07-28 | Typical, forgot a ; | brain |
2006-07-28 | Document <options:syntaxhints> and <options:nouserdns> | brain |
2006-07-28 | Take invisible requirement out of chlist() | brain |
2006-07-28 | Remove casts | brain |
2006-07-28 | Remove unnecessary cast ;p | om |
2006-07-28 | Beat om to the commit | brain |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-28 | Remove TODO, we just did it. | 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 | Change some if fd > -1 to IS_LOCAL macro | brain |
2006-07-28 | Optimize common_channels | brain |
2006-07-28 | Change chlist() to use a chained append | brain |
2006-07-28 | Make the error more obvious, still has 'not enough params' on the start now | brain |
2006-07-28 | Re-order stuff so that users cant get syntax for commands they dont have acce... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-27 | Add VF_SERVICEPROVIDER | brain |
2006-07-27 | Fix to allow +q/-q etc | brain |
2006-07-27 | Allow SAMODE and remote users to set +qa without local-user checks (bug?) | 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 the remote +k-k stuff | brain |
2006-07-27 | Allow freaky stuff with +k when coming from a server or remote user (allow +k... | brain |
2006-07-27 | Fix crashbug when exiting a remote client with threaded dns on (oops) | 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 | Remove numeric which makes some clients (Xchat, more?) think their nick is in... | om |
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-23 | Change watchlist to a list of pointers, can operate and iterate much faster | brain |
2006-07-23 | In the constructor which doesnt set Request::id, we set Request::id explicitl... | brain |
2006-07-23 | Tidyup and bugfix, not copying the correct column names | brain |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-23 | Fixed to dynamically allocate the fieldlist | brain |
2006-07-23 | Add an ID field to Request and a GetId() method, takes const char* and return... | om |
2006-07-23 | Move mysql_rpath into extra | brain |
2006-07-23 | *boot* youuuuu're outta here - old blocking SQL API replaced with sexy new as... | om |
2006-07-23 | Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu... | om |
2006-07-23 | More stuff to return empty lists and maps when there are no more rows in the ... | brain |
2006-07-23 | Adjust m_mysql to match the assumed behaviour of m_pgsql exactly, e.g. when t... | brain |
2006-07-23 | Tidyups, optimisations and make the log messages make sense... | om |
2006-07-23 | simple logic error (check they already are +o before you set it), seems to fi... | om |