Age | Commit message (Expand) | Author |
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- |
2009-11-03 | Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch... | Adam- |
2009-11-03 | Moved some of the news variables out of the news module so other modules etc ... | Adam- |
2009-11-02 | check for umode +r before sending svsmode -r | DukePyrolator |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-30 | Made do_nick return the user if I_OnPreUserConnect halts it if the user still... | Adam- |
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-30 | Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd events | Adam- |
2009-10-29 | Changed the "nickserv/confirm" opertype command to a permission, and added "n... | Adam- |
2009-10-28 | renaming to guestnick was not working properly | DukePyrolator |
2009-10-28 | Remove NickServ timers from TimerManager if we need to delete them, not just ... | Adam- |
2009-10-27 | Cleaned up some of the code in my last commit and made it a bit more consista... | Adam- |
2009-10-27 | Fix bug #1111, BS KICK should properly handle the CAPS, FLOOD, and REPEAT opt... | cyberbotx |
2009-10-27 | Rewrote part of chan_set_correct_modes and set Mode::ModeChar correctly | Adam- |
2009-10-25 | Added MinusNoArg to insp modes Ffj and unreal mode j | Adam- |
2009-10-25 | Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes B... | Adam- |
2009-10-25 | Document /ns confirm nick in /ns help confirm for services operators | Adam- |
2009-10-25 | Fixed passing invalid channel pointer to OnPartChannel if the last user in a ... | Adam- |
2009-10-25 | added options:enablelogchannel config file option, which turns on the logchan... | Adam- |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-25 | Added 4 new events for (un)setting modes on channels and users | Adam- |
2009-10-25 | Actually use the I_OnRestart event | Adam- |
2009-10-25 | Fixed memos so identified users not on the nick's access list can send them | Adam- |
2009-10-23 | Couple of typos in hs_request. Thanks Fudge. | sjaz |
2009-10-20 | Added SUFFIXES .c .cpp .so to makefiles to clean up some of the code | Adam- |
2009-10-20 | Fixed makesfiles to work on both bsd make and gnu make | Adam- |