Age | Commit message (Expand) | Author |
2010-05-06 | Fixed bug #1159 and made the SQL fields holding timestamps more consistant | Adam- |
2010-05-05 | Fixed a compile error in r2933 | Adam- |
2010-05-05 | SVN Id keyword to .h/.c/.cpp files | pimpmylinux |
2010-05-03 | Fixed a crash because of a bad SQL query when changing your password | Adam- |
2010-04-24 | Logout the SQLUser & any fake users after using commands | Adam- |
2010-04-24 | Fixed crash when shutting down when db_mysql_execute is loaded and logusers i... | Adam- |
2010-04-24 | Fixed dropping nicks registered through MySQL | Adam- |
2010-04-10 | Made MySQL log errors when executing queries instead of crashing | Adam- |
2010-04-10 | changed all mysqlpp::String::empty() calls to mysqlpp::String::size() to make... | dukepyrolator |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-03-31 | Added akicks into SQL | Adam- |
2010-03-31 | Marked mysql modules as a database module and fixed os_modlist to show databa... | Adam- |
2010-03-30 | Fixed --with-mysqlpp configure option on some systems | Adam- |
2010-03-28 | Finish rest of BotServ SQL stuff | Adam- |
2010-03-28 | Track BotServ settings in SQL | Adam- |
2010-03-21 | Made usermax and hostmax configurable | Adam- |
2010-03-21 | fixed typo in mysql query | DukePyrolator |
2010-03-21 | fixed bad mysql query | DukePyrolator |
2010-03-20 | Added in support for OperServ and MemoServ into SQL | Adam- |
2010-03-15 | Removed old parts for 1.7.x from mydbgen and fixed db_mysql_write query for /... | Adam- |
2010-03-13 | Foward port of r2809 | Adam- |
2010-03-08 | Added the --with-mysqlpp option to configure to tell it where mysql++ is inst... | Adam- |
2010-03-06 | Added help for sqlsync and fixed installing mydbgen into the wrong directory ... | Adam- |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | Adam- |
2010-02-07 | fixed some uninitialized pointers | DukePyrolator |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-09 | fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r... | DukePyrolator |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-22 | Fixed bug #1119 - Fixed a few help replies to respect the nickserv msg option... | Adam- |
2009-12-20 | Rewrote part of extensible, it will now automatically unallocate memory for u... | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-11-12 | Made Command::Execute's params const | Adam- |
2009-11-11 | Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax... | Adam- |
2009-11-08 | Made the Module::ServHelp() functions part of the event system | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Make CMake ignore the CMakeFiles directory, really only applies to Win32 buil... | cyberbotx |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-23 | Couple of typos in hs_request. Thanks Fudge. | sjaz |