Age | Commit message (Expand) | Author |
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-07 | added a function to convert some mlock modes | DukePyrolator |
2009-12-05 | Added options:mlock in the config so you can set what modes should be locked ... | Adam- |
2009-12-05 | Got rid of some now unnecessary code in config.c and moved Config.Opers.clear... | Adam- |
2009-12-05 | Added ns_resetpass which can be used to reset user passwords by email, very u... | Adam- |
2009-12-04 | Fixed crash when using smartjoin and assigning a bot to an +i channel, report... | Adam- |
2009-12-04 | some code cleanup | DukePyrolator |
2009-11-29 | the database converter can now convert the operserv database | DukePyrolator |
2009-11-29 | the database converter can now handle a broken bot.db from 1.9.0 | DukePyrolator |
2009-11-29 | fixed some bugs in the database converter | DukePyrolator |
2009-11-29 | updated database converter | DukePyrolator |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-27 | Set all of the default channel flags on new channels. Thix fixes persistant n... | Adam- |
2009-11-25 | Foward port of part of r2668 | Adam- |
2009-11-24 | fixed a crash when a user connects without a vhost | DukePyrolator |
2009-11-24 | Properly remove users on access lists that are below voice status when conver... | Adam- |
2009-11-24 | Remove the permanent channel mode from channels that are dropped/expired/etc | Adam- |
2009-11-24 | Marked +l and +L on InspIRCd 1.2 as minus no arg | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-18 | Make the correct folder be chmod'd on a *nix install of the tools directory (... | cyberbotx |
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-16 | Made the 'Module compiled against current version of Anope' message debug only | 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 | Fix default OnSyntaxError subcommand to be the last param if its size is less... | 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-08 | Make CMake ignore the CMakeFiles directory, really only applies to Win32 buil... | cyberbotx |
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 src/regchannel.cpp and moved the code from include/regchannel.h there | Adam- |
2009-11-06 | Added /chanserv access view, which shows the access creator and last time used | Adam- |
2009-11-05 | Dont allow sending empty mode strings in check_modes | Adam- |
2009-11-05 | Removed trailing -'s on mode strings sent in check_modes | Adam- |
2009-11-04 | Rewrote part of check_modes to keep it from sending empty mode strings | Adam- |
2009-11-04 | Made the -nothird optopn work | Adam- |