summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-28Take invisible requirement out of chlist()brain
2006-07-28Remove castsbrain
2006-07-28Remove unnecessary cast ;pom
2006-07-28Beat om to the commitbrain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-28Remove TODO, we just did it.brain
2006-07-28Fix the obligotary typosbrain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Change some if fd > -1 to IS_LOCAL macrobrain
2006-07-28Optimize common_channelsbrain
2006-07-28Change chlist() to use a chained appendbrain
2006-07-28Make the error more obvious, still has 'not enough params' on the start nowbrain
2006-07-28Re-order stuff so that users cant get syntax for commands they dont have acce...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-27Add VF_SERVICEPROVIDERbrain
2006-07-27Fix to allow +q/-q etcbrain
2006-07-27Allow SAMODE and remote users to set +qa without local-user checks (bug?)brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27Fix the remote +k-k stuffbrain
2006-07-27Allow freaky stuff with +k when coming from a server or remote user (allow +k...brain
2006-07-27Fix 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-27commit remainder of new mode bouncing stuff for TS based modesbrain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-26Fix reiterpret_cast stuff that doesnt work rightbrain
2006-07-26Adapt m_spanningtree to use irc::tokenstream instead of its own irc-line-pars...brain
2006-07-26Migrate towards FMODE with TS, remove the SYNCTS command ideabrain
2006-07-25Remove numeric which makes some clients (Xchat, more?) think their nick is in...om
2006-07-25Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn...brain
2006-07-25Prevent notice loops on servermasksbrain
2006-07-25Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ...brain
2006-07-25Fix NOTICE $* to go between serversbrain
2006-07-23Change watchlist to a list of pointers, can operate and iterate much fasterbrain
2006-07-23In the constructor which doesnt set Request::id, we set Request::id explicitl...brain
2006-07-23Tidyup and bugfix, not copying the correct column namesbrain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-23Fixed to dynamically allocate the fieldlistbrain
2006-07-23Add an ID field to Request and a GetId() method, takes const char* and return...om
2006-07-23Move mysql_rpath into extrabrain
2006-07-23*boot* youuuuu're outta here - old blocking SQL API replaced with sexy new as...om
2006-07-23Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu...om
2006-07-23More stuff to return empty lists and maps when there are no more rows in the ...brain
2006-07-23Adjust m_mysql to match the assumed behaviour of m_pgsql exactly, e.g. when t...brain
2006-07-23Tidyups, optimisations and make the log messages make sense...om
2006-07-23simple logic error (check they already are +o before you set it), seems to fi...om
2006-07-23Mostly updated to new API; Currently doesn't check config o:lines (should be ...om
2006-07-23Give SQLfield's constructor parameters default values (effectively giving it ...om
2006-07-23Remove unused variable and assignmentom