Age | Commit message (Expand) | Author |
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 | Correct static build | 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 |
2006-07-23 | Mostly updated to new API; Currently doesn't check config o:lines (should be ... | om |
2006-07-23 | Give SQLfield's constructor parameters default values (effectively giving it ... | om |
2006-07-23 | Remove unused variable and assignment | om |
2006-07-22 | Make m_pgsql return the number of affected rows for an UPDATE or INSERT query. | om |
2006-07-22 | Added m_mysql.so and m_pgsql.so to docs, remove m_sql.so, RETAIN ALPHA ORDER. | brain |
2006-07-22 | Alter for Rows() == X, Cols() == 0 for 'X rows affected' queries | brain |
2006-07-22 | Change to doxygen-friendly comments, and actually document the lot | brain |
2006-07-22 | Change comment to actually be rightish | om |
2006-07-22 | Reorder a couple of constructor prototypes for consistency | om |
2006-07-22 | Add m_sqlutils - Currently provides ID->chan/user lookups | om |
2006-07-22 | I hate the fucking mysql devs. Craq smoking bastards. | brain |
2006-07-22 | Allocate id properly | brain |
2006-07-22 | Actually hook up the OnUnloadModule event >_< | om |
2006-07-22 | This compiles, dont expect it to work yet | brain |
2006-07-22 | Logic error, success is when the error ID *is* NO_ERROR :P | om |
2006-07-22 | Stop publishing MySQL feature - check for successful publishing of SQL feature | brain |
2006-07-22 | Stop publishing the PgSQL feature ( :-'( ) | om |
2006-07-22 | Fix -modupdate to not break inspircd_se_config.h (a configure-written header ... | brain |
2006-07-22 | Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W... | brain |
2006-07-22 | Explicitly return false after killing user in OnCheckReady() (theoretically n... | om |
2006-07-22 | * Change to use QREPLY_FAIL | brain |
2006-07-22 | Handle queries failing properly, actually work | om |
2006-07-22 | Set the SQLresult's error field properly when the query fails | om |
2006-07-22 | Add new QREPLY_FAIL error code (bad query syntax etc) | om |
2006-07-22 | Add extra parameter to MySQLresult and SQLresult | brain |
2006-07-22 | Fix test client error cheecking on result types | brain |