Age | Commit message (Expand) | Author |
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- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-18 | Fix a few things that bugged me when I was working on one of my own modules. | cyberbotx |
2009-10-17 | Call I_OnUserConnect and display news before checking if the user should be k... | Adam- |
2009-10-17 | Fix crash when trying to parse a USERHOST reply for a nonexistant user on Unreal | Adam- |
2009-10-17 | dos2unix on files. | cyberbotx |
2009-10-17 | Give the proper error messages when trying to load/unload already loaded/unlo... | Adam- |
2009-10-17 | Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo... | Adam- |
2009-10-17 | Made MOD_STOP returned from commands really halt processing (stops OnPostComm... | Adam- |
2009-10-17 | Use the most recent NickServ collide/release timer for a nick instead of usin... | Adam- |
2009-10-16 | Fixed bug #1110 - Fixed tracking of NickServ collide/release timers to only a... | Adam- |
2009-10-14 | Fixed inspircd12.cpp to actually work | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-13 | NICK_REG_PLEASE_WAIT and NICK_GROUP_PLASE_WAIT now show the seconds until you...1.9.1 | DukePyrolator |
2009-10-13 | Code style cleanup, replace static_cast<std::string>() with std::string(), sl... | cyberbotx |
2009-10-12 | Changed /ns confirm to not assume the user you are confirming owns the nick (... | Adam- |
2009-10-12 | fixed some bugs in ns_register.c | DukePyrolator |
2009-10-11 | Added OnPostDatabaseLoad event, which triggers after the cores databases have... | Adam- |
2009-10-11 | Fixed restarting Anope on Windows | Adam- |
2009-10-11 | on inspircd12, we now check for m_servprotect and give +k to our pseudo clients | DukePyrolator |
2009-10-10 | Reset errno before calling strtol in bs_kick, it would sometimes not allow va... | Adam- |
2009-10-07 | added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ... | DukePyrolator |
2009-10-06 | Destroyed Command::help_param* and rewrote the help part of os_news to be muc... | Adam- |
2009-10-05 | Fixed '/chanserv help set secure' responce | Adam- |
2009-10-04 | Reset +r on registered channels after a netmerge when our creation time is ne... | Adam- |
2009-10-03 | Fix bug #1109. Anopes now replies with proper PONGs to rfc compliant PINGs . | jantje_85 |
2009-10-03 | Fixed TIME on InspIRCd 1.2. | jantje_85 |