Age | Commit message (Expand) | Author |
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 |
2009-02-19 | Remove (and neuter) old event system. Not used by anything in core. | rburchell |
2009-02-19 | Move last of events that are in the core distro over to newevents. | rburchell |
2009-02-18 | Fix problems with registration being denied, thanks Adam. | rburchell |
2009-02-18 | Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign. | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-18 | Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's ... | rburchell |
2009-02-18 | Move EVENT_DB_SAVING to newevent. | rburchell |
2009-02-18 | Move assign and unassign to new events, allow for halting too should modules ... | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-17 | Hook events correctly in constructor. | rburchell |
2009-02-16 | Oops. | rburchell |
2009-02-16 | Move EVENT_RELOAD to OnReload. | rburchell |
2009-02-16 | Move OnUserKicked to a module event. | rburchell |
2009-02-16 | Modevents, ported from insp. Typesafe (unlike the current ones), no double ha... | rburchell |
2009-02-16 | Fix compile warning. | rburchell |
2009-02-16 | Fix output of reason in os_chankill when AddAkiller is used, spotted by DukeP... | cyberbotx |
2009-02-16 | Replaced time_t with long in the ValueItem class, this was preventing buildin... | cyberbotx |
2009-02-16 | If you use finduser(), and then use the result, it helps if you actually find... | rburchell |
2009-02-16 | Fix wrong service listed in "to identify" | rburchell |
2009-02-16 | Prevent potential overflows of time values. | rburchell |
2009-02-16 | Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than... | rburchell |
2009-02-16 | Fix segfault on shutdown, thanks Ankit | rburchell |
2009-02-16 | Another segfault found by DP :P | rburchell |