Age | Commit message (Expand) | Author |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-30 | Added in support for permanet channel modes on non-registered channels | Adam- |
2009-12-29 | Chnaged ChannelModeSet/Unset events to be able to block checks such as secure... | Adam- |
2009-12-23 | Replaced some static_casts related to modes with dynamic_cast - its a bit safer | 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 | Moved /chanserv unban to its own module and added support for unbanning a nic... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-15 | Added !K trigger to kick people and updated Changes | robbeh |
2009-12-15 | Added a KB alias to ban to allow the !kb fantasy trigger | robbeh |
2009-12-14 | Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made b... | Adam- |
2009-12-14 | Set the created time for BotServ bots correctly | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-12-13 | Don't allow mlocking/defconing modes such as beIohv | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-12-11 | do not show the NICK_INFO_FOR_MORE message when the user has no permission to... | DukePyrolator |
2009-12-08 | Only show the user as online in /nickserv info if they are identified for the... | Adam- |
2009-12-05 | Added ns_resetpass which can be used to reset user passwords by email, very u... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-25 | Foward port of part of r2668 | Adam- |
2009-11-24 | Properly remove users on access lists that are below voice status when conver... | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-18 | Delete the correct entries from akick and badwords list when given a numlist | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
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-14 | Fixed potential segfault when deleting users from the access list by number, ... | Adam- |
2009-11-13 | Made /nickserv group work properly with the new account system | Adam- |
2009-11-12 | Fix bug introduced in r2574 that would set passwords incorrectly when using e... | Adam- |
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-11 | Replaced all of the char* params in cs_set with ci::string so we dont use str... | Adam- |
2009-11-11 | Made disabling chanserv levels *really* disable them so noone can use them (e... | Adam- |
2009-11-11 | Made DefCon not use a ChannelInfo structure for saving its modes & params, it... | Adam- |
2009-11-11 | Moved alot of stuff to constructors and destructors, instead of having functi... | Adam- |
2009-11-11 | Added support for permanent channels. This supports both permanent channel mo... | 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 | Fixed /chanserv help forbid to allow you to forbid unregistered channels | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-07 | Made mlock_on, mlock_off, access, and akick private in ChannelInfo | Adam- |
2009-11-07 | Rewrote all of the akick code to be much cleaner | Adam- |
2009-11-06 | Added /chanserv access view, which shows the access creator and last time used | Adam- |
2009-11-03 | Moved some of the news variables out of the news module so other modules etc ... | Adam- |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-30 | Removed channel passwords and added /chanserv QOP command to add additional c... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-29 | Changed the "nickserv/confirm" opertype command to a permission, and added "n... | Adam- |