summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-05Added ns_resetpass which can be used to reset user passwords by email, very u...Adam-
2009-12-04Fixed crash when using smartjoin and assigning a bot to an +i channel, report...Adam-
2009-12-04some code cleanupDukePyrolator
2009-11-29the database converter can now convert the operserv databaseDukePyrolator
2009-11-29the database converter can now handle a broken bot.db from 1.9.0DukePyrolator
2009-11-29fixed some bugs in the database converterDukePyrolator
2009-11-29updated database converterDukePyrolator
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-27Set all of the default channel flags on new channels. Thix fixes persistant n...Adam-
2009-11-25Foward port of part of r2668Adam-
2009-11-24fixed a crash when a user connects without a vhostDukePyrolator
2009-11-24Properly remove users on access lists that are below voice status when conver...Adam-
2009-11-24Remove the permanent channel mode from channels that are dropped/expired/etcAdam-
2009-11-24Marked +l and +L on InspIRCd 1.2 as minus no argAdam-
2009-11-19Changed the mode param handling code to be more into the general mode handlin...Adam-
2009-11-18Make the correct folder be chmod'd on a *nix install of the tools directory (...cyberbotx
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-16Made the 'Module compiled against current version of Anope' message debug onlyAdam-
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-12Fix default OnSyntaxError subcommand to be the last param if its size is less...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-
2009-11-08Made the Module::ServHelp() functions part of the event systemAdam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-08Fixed /chanserv help forbid to allow you to forbid unregistered channelsAdam-
2009-11-08Rewrote BuildStringList to use std::list instead of char**Adam-
2009-11-08Make CMake ignore the CMakeFiles directory, really only applies to Win32 buil...cyberbotx
2009-11-07Made mlock_on, mlock_off, access, and akick private in ChannelInfoAdam-
2009-11-07Rewrote all of the akick code to be much cleanerAdam-
2009-11-06Added src/regchannel.cpp and moved the code from include/regchannel.h thereAdam-
2009-11-06Added /chanserv access view, which shows the access creator and last time usedAdam-
2009-11-05Dont allow sending empty mode strings in check_modesAdam-
2009-11-05Removed trailing -'s on mode strings sent in check_modesAdam-
2009-11-04Rewrote part of check_modes to keep it from sending empty mode stringsAdam-
2009-11-04Made the -nothird optopn workAdam-
2009-11-03Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch...Adam-
2009-11-03Moved some of the news variables out of the news module so other modules etc ...Adam-
2009-11-02check for umode +r before sending svsmode -rDukePyrolator
2009-11-02added a way to load multiple encryption modules at the same and to switch bet...DukePyrolator
2009-10-30Made do_nick return the user if I_OnPreUserConnect halts it if the user still...Adam-