Age | Commit message (Expand) | Author |
2009-03-23 | Fix bug #1062, patch from Adam, BS ASSIGN should no longer show revealing err... | cyberbotx |
2009-03-23 | Replace manual array for ChannelInfo's access list to use an std::vector inst... | cyberbotx |
2009-03-20 | Fix bug #1030 for 1.9.x, patch by Adam, plus cosmetic tweaks, deleting from t... | cyberbotx |
2009-03-20 | Fix bug #1043, patch from Adam, CS LIST will no longer show suspended channel... | cyberbotx |
2009-03-20 | Show access denied if you do not have access to CS SUSPEND, patch from Adam. | cyberbotx |
2009-03-20 | Partial fix for bug #1038, patch from Adam, NS OINFO and CS OINFO now properl... | cyberbotx |
2009-03-17 | Fix bug #1041, patch by Adam (with coding style tweaks by me), CS LOGOUT shou... | cyberbotx |
2009-03-17 | Fix bug #1054 for 1.9.x, patch from Adam, Anope no longer shows the entire me... | cyberbotx |
2009-03-17 | Fix bug #1040, patch from Adam, CS INVITE not displays messages for successfu... | cyberbotx |
2009-03-16 | Remove variable shadowing in os_oline, patch from Phenoix. | cyberbotx |
2009-03-15 | Remove variable shadowing in ms_rsend, patch from Phenoix. | cyberbotx |
2009-03-15 | Correct a set of potential security holes in varags usage in ns_sendpass, pat... | cyberbotx |
2009-03-15 | Correct a set of potential security holes in varags usage in ns_register, pat... | cyberbotx |
2009-03-15 | Remove variable shadowing in ms_send, patch from Phenoix. | cyberbotx |
2009-03-15 | Patch from Phenoix to correct a set of potential security holes in varargs us... | cyberbotx |
2009-03-15 | Fix but #1050, MS STAFF's syntax shows correctly, required adding a language ... | cyberbotx |
2009-03-14 | Fix bug #1056, patch from Adam, BotServ kickers should now ban for like it sh... | cyberbotx |
2009-03-14 | Fixed typo on operserv which was stopping opersonly working. Good find Adam. ... | sjaz |
2009-03-14 | Amended error message from "server numeric" to "server id" as per discussion on | sjaz |
2009-03-14 | Fix for bs badwords deletion. Good find Adam. | sjaz |
2009-03-14 | Fix bug #1055, keetopic != keeptopic. | cyberbotx |
2009-03-14 | Fix bug #1035, patch by Adam, now bans set through CS ENFORCE can be removed ... | cyberbotx |
2009-03-11 | Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning... | cyberbotx |
2009-03-09 | Fix bug #1020, +f and +L parameters are read from and written to the database... | cyberbotx |
2009-03-09 | Fix /cs set mlock to not use strtok, which wasn't working due to the change i... | cyberbotx |
2009-03-09 | Fix bug #1025, the message for "no such entry" should show whatever was numbe... | cyberbotx |
2009-03-09 | Fix bug #1028, the *_getpass and *_sendpass modules will now refuse to load i... | cyberbotx |
2009-03-08 | Fix bug #1027, properly send a Globop on CS DROP, patch provided by Adam. | cyberbotx |
2009-03-06 | Fix bug #1026, Anope shouldn't crash on /ns set greet now, was just a small b... | cyberbotx |
2009-03-03 | Fix bug #1022, the problem was inspircd12 specific and the pseudo-clients wil... | cyberbotx |
2009-03-03 | Fix typo in inspircd11 module preventing it from connecting even if m_hidecha... | cyberbotx |
2009-03-02 | Added a strip_string function to Anope.cmake, cleaned up other parts of Anope... | cyberbotx |
2009-02-28 | Oper restrictions on memoserv commands. | rburchell |
2009-02-28 | Missed converting this to opertypes. | rburchell |
2009-02-28 | Remove CSRestrictGetPass, it is unneeded with the introduction of opertypes. ... | rburchell |
2009-02-28 | Patch from Adam, reducing duplication in cs_modes. Untested. | rburchell |
2009-02-28 | Add access checking to cs_* modules. Also change number of arguments for cs_m... | rburchell |
2009-02-25 | fix inspircd sending broken UID message when introducing its clients | pimpmylinux |
2009-02-23 | Fix SendAkill() in inspircd* modules, they were sending the wrong timestamp (... | cyberbotx |
2009-02-23 | Updated inspircd11 module to look for m_hidechans.so module and updated inspi... | cyberbotx |
2009-02-23 | Fix slight CMake issue where it wasn't including win32_memory.cpp with protoc... | cyberbotx |
2009-02-23 | Fix odd crash bug in the inspircd* modules by replacing use of myStrGetToken ... | cyberbotx |
2009-02-22 | Forward port of patch by DukePyrolator fixing memory leak on +beI modes. | rburchell |
2009-02-21 | Also allow RECOVER/RELEASE, reported by Adam and Raff7. | rburchell |
2009-02-21 | Allow NS GHOST from an unregistered sender, reported by Raff7. | rburchell |
2009-02-21 | Fix cs_access not displaying syntax errors and having a signed vs unsigned bu... | cyberbotx |
2009-02-19 | Fix missing variable. | rburchell |
2009-02-19 | Fix a few warnings. Also move split_usermask into cs_akick, as this is the on... | rburchell |
2009-02-19 | Preliminary support for a module source file (within src/modules) to include ... | cyberbotx |
2009-02-19 | Fix ns_update, thanks DP. Fix two compile errors. | rburchell |