Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-05-27 | Fixed some compiler warnings found on 64bit systems | Adam- |
2010-05-21 | Fix crash bug when there is a caps kicker in a channel but no alphabetic char... | cyberbotx |
2010-04-22 | Actually use readtimeout from the config & fixed many valgrind errors | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-02-02 | Added options:botmodes to configure what modes BotServ bots should use in cha... | Adam- |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-15 | Fixed bug #1135 - Don't kick or ban ulined clients | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-06 | Fix crash caused by trying to add an akick to a channel when certain types of... | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-12-04 | Fixed crash when using smartjoin and assigning a bot to an +i channel, report... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-17 | Cleand up alot of the code in bs_badwords, made it much more C++-ish | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-09-16 | Really not send unknown command messages on non-fantasy commands | Adam- |
2009-09-16 | don't send any error messages on unknown fantasy commands | DukePyrolator |
2009-07-16 | Initialize botinfo->flags on bot creation to fix some database problems | adam- |
2009-06-28 | Add ability for fantasy to be disabled for some commands and strip the channe... | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-04-16 | PERMISSION_DENIED -> ACCESS_DENIED string. | rburchell |
2009-03-30 | Fix bug #1073, fantasy commands in CTCP ACTIONs will now be ignored instead o... | cyberbotx |
2009-03-14 | Fix bug #1056, patch from Adam, BotServ kickers should now ban for like it sh... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-30 | Modified BotInfo to store a pointer to a command hash table (this is so modul... | cyberbotx |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Properly initialized new objects when needed so they don't contain garbage data. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |