Age | Commit message (Expand) | Author |
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 | Removed proxy server from ulined servers in example config as more people use... | sjaz |
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-08 | Disable Visual Studio warning 4100 (unreferenced formal parameter) during Win... | cyberbotx |
2009-10-07 | Removed OLDCHANGES from CMakes list of files to install, it doesn't exist any... | 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 |
2009-10-03 | Fixed a typo introduced in r2523 causing NickServ kill to not work | Adam- |
2009-10-03 | Forward port of bugfix #1097. CS FORBID now clears excepts & invites before b... | jantje_85 |
2009-10-02 | Properly remove old callbacks from modules internal list of callbacks list, a... | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-29 | Fixed "make clean" to really clean up all the modules | Adam- |
2009-09-27 | Removed old mod_version system for detecting module versions and replaced wit... | Adam- |
2009-09-27 | Fixed the remaining commands to always show all users help and to appear in t... | Adam- |
2009-09-26 | Fixed bug #1108. nickserv status now replies correctly and has been changed t... | Adam- |
2009-09-26 | Clean up inspircd12.cpp from last commit | Adam- |
2009-09-26 | We no longer use authentication tokens with InspIRCd 1.2. | jantje_85 |
2009-09-26 | Fixed +r not being removed on netmerge from previously ID'd users who now usi... | jantje_85 |
2009-09-26 | Fixed users not being validated if metadata is received, even though it s for... | jantje_85 |
2009-09-26 | Added missing part of #1107 patch. The last user to be introduced is now also... | jantje_85 |
2009-09-26 | Fixed bug #1107. We now have support for IRCds that send auth after the initi... | Adam- |
2009-09-26 | Made User::CheckAuthenticationToken work properly when using any nick in a group | Adam- |
2009-09-20 | Removed the file name arg from MODULE_INIT | Adam- |
2009-09-17 | partly fixed chanserv invite (it still sends the wrong message when inviting ... | DukePyrolator |
2009-09-16 | Really not send unknown command messages on non-fantasy commands | Adam- |
2009-09-16 | Removed MOD_HEAD, MOD_TAIL, and MOD_UNIQUE constants | Adam- |
2009-09-16 | don't send any error messages on unknown fantasy commands | DukePyrolator |
2009-09-15 | Removed command position from Module::AddCommand(), it is no longer used beca... | Adam- |
2009-09-14 | fixed a small issue in inspircd12 support, introduced with the last commit | DukePyrolator |
2009-09-14 | fixed inspircd12 support - now we send a TS6SID on BURST | DukePyrolator |
2009-09-13 | Removed super admin requirement for operserv/umode operserv/oline and operser... | Adam- |
2009-09-12 | fixed a crashbug on /ns set kill. thanks to Phantomal for reporting. | DukePyrolator |
2009-09-12 | Made elist_match_user match against users cloaked hosts | Adam- |
2009-09-12 | Fix problem with CMake's auto-library search when being run on a subdirectory... | cyberbotx |
2009-09-12 | Fixes bugs #1105 and #1106 | Adam- |
2009-09-12 | Correctly send modes string when introducing psuedo clients on InspIRCd | adam- |
2009-09-10 | Foward port of Vipers os_oline fix in r2495 | Adam- |
2009-09-07 | Added the OnBotPreLoad event to fix introducing StatServ | Adam- |
2009-09-06 | Fixed Makefiles to only suppress building when using run-cc.pl | Adam- |
2009-09-05 | Fixed the reply when an oper tries to view an unregistered nicks alist to be ... | Adam- |
2009-09-01 | Change quit on kill value in inspircd1.2 protocol module to 0 | Adam- |
2009-08-30 | Fixed segfault bug & check_modes() going insane over uninitialized variable. | jantje_85 |
2009-08-30 | Fix chanserv.c to compile after DEFCON changes. | cyberbotx |