summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-11some language fixes ported from stablepimpmylinux
2010-01-11Rewrote the os_staff command to work properly with the account system. This a...Adam-
2010-01-11Forward port of r2747Adam-
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-10changed enc_sha256 to use random salts instead of a hardcoded saltDukePyrolator
2010-01-09services will now send the correct message on /cs invite <nick>DukePyrolator
2010-01-09added a salted sha256 encryption moduleDukePyrolator
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2010-01-09fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r...DukePyrolator
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2010-01-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-30Added in support for permanet channel modes on non-registered channelsAdam-
2009-12-29Chnaged ChannelModeSet/Unset events to be able to block checks such as secure...Adam-
2009-12-23Replaced some static_casts related to modes with dynamic_cast - its a bit saferAdam-
2009-12-20Rewrote part of extensible, it will now automatically unallocate memory for u...Adam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-16Moved /chanserv unban to its own module and added support for unbanning a nic...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-15Added !K trigger to kick people and updated Changesrobbeh
2009-12-15Added a KB alias to ban to allow the !kb fantasy triggerrobbeh
2009-12-14Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made b...Adam-
2009-12-14Set the created time for BotServ bots correctlyAdam-
2009-12-14Ripped out old databasesAdam-
2009-12-13Don't allow mlocking/defconing modes such as beIohvAdam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-12-11do not show the NICK_INFO_FOR_MORE message when the user has no permission to...DukePyrolator
2009-12-08Only show the user as online in /nickserv info if they are identified for the...Adam-
2009-12-05Added ns_resetpass which can be used to reset user passwords by email, very u...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-25Foward port of part of r2668Adam-
2009-11-24Properly remove users on access lists that are below voice status when conver...Adam-
2009-11-19Changed the mode param handling code to be more into the general mode handlin...Adam-
2009-11-18Delete the correct entries from akick and badwords list when given a numlistAdam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-11-17Cleand up alot of the code in bs_badwords, made it much more C++-ishAdam-
2009-11-14Fixed potential segfault when deleting users from the access list by number, ...Adam-
2009-11-13Made /nickserv group work properly with the new account systemAdam-
2009-11-12Fix bug introduced in r2574 that would set passwords incorrectly when using e...Adam-
2009-11-12Made Command::Execute's params constAdam-
2009-11-11Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax...Adam-
2009-11-11Replaced all of the char* params in cs_set with ci::string so we dont use str...Adam-
2009-11-11Made disabling chanserv levels *really* disable them so noone can use them (e...Adam-
2009-11-11Made DefCon not use a ChannelInfo structure for saving its modes & params, it...Adam-
2009-11-11Moved alot of stuff to constructors and destructors, instead of having functi...Adam-
2009-11-11Added support for permanent channels. This supports both permanent channel mo...Adam-