Age | Commit message (Expand) | Author |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | 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-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | Updates to new API | om |
2006-08-10 | Fix to new API | om |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Wrong version given in check it seems. Om can review this later, but now it c... | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Fixes for API changes | om |
2006-08-09 | Fix for when we hit PgSQL 9.x that I think actually works | om |
2006-08-09 | Fix for when we hit PgSQL 9.x | om |
2006-08-09 | This wont build. :( | 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-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do... | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-08-08 | Add checking on AddFd that was missing (it assumed, like everything else) | brain |
2006-08-07 | Untested but compiling updates for Resolver DNS API | om |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | 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 | *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 | 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 |