Age | Commit message (Expand) | Author |
2007-01-02 | Remove a TODO comment. Also added support for <database:port> option since r6... | peavey |
2007-01-02 | m_mysql can now do REHASH proper. Detects any changes made to config and load... | peavey |
2007-01-02 | Also use SQLhost for host config. | peavey |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-30 | That should make it load/unload, still needs REHASH done proper. | peavey |
2006-12-29 | Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F... | peavey |
2006-12-28 | Change the SQLutils and SQL providers to also use interfaces for proper unloa... | peavey |
2006-12-28 | Fix mem leakage in reading in and connecting to databases and have destructor... | peavey |
2006-12-21 | Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo... | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-04 | Update $ModDep lines so that these properly depend on their headers in the ma... | brain |
2006-10-22 | Oops, memory leaks! | brain |
2006-10-20 | Const refs | brain |
2006-10-06 | Document more classes | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Somehow, i'd cp'd all these and was making local changes :/ | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6 | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | 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 | Move mysql_rpath into extra | brain |
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-22 | Alter for Rows() == X, Cols() == 0 for 'X rows affected' queries | brain |
2006-07-22 | I hate the fucking mysql devs. Craq smoking bastards. | brain |
2006-07-22 | Allocate id properly | brain |
2006-07-22 | Stop publishing MySQL feature - check for successful publishing of SQL feature | brain |
2006-07-22 | * Change to use QREPLY_FAIL | brain |
2006-07-22 | Add extra parameter to MySQLresult and SQLresult | brain |
2006-07-22 | Add back the auto reconnect | brain |
2006-07-22 | Test commit to sync after network outage | brain |
2006-07-22 | Huge ass comment about how this works | brain |
2006-07-22 | Works with the m_testclient test program/suite! | brain |
2006-07-22 | Error checking and debug | brain |
2006-07-22 | Works now (again, to a point) | brain |
2006-07-22 | Try and find out why stuff isnt working | brain |
2006-07-22 | Getting a bit further | brain |
2006-07-21 | Added notification socket | brain |
2006-07-21 | One mess and a half that compiles. To be tidied some day after it works (i dr... | brain |