Age | Commit message (Expand) | Author |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-13 | Don't allow /who to match servers when HideWhoisServer is enabled (unless the... | special |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | Remove misleading byte counts from stats z | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-08-15 | Partial revert of 1fb8a3f1b120db764375911be9ad8019a807a8ad by dKingston, (add... | w00t |
2009-08-14 | Make ident handling consistant: use ChangeIdent for all ident manipulation. T... | w00t |
2009-08-12 | Fixes for config reader | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-02 | Globally route "a" snotices for more modules. Patch from Milliways. | danieldg |
2009-05-02 | Send rehash message to global sno, fixes bug #855. Also only send message whe... | danieldg |
2009-04-27 | Fix OnSetAway hook denying remote users' change rather than local users | danieldg |
2009-04-26 | Fix OnUserRegister being triggered twice if someone sent a NICK while waiting... | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-04-04 | Don't do anything with logging in the handler for /REHASH. | dz |
2009-03-29 | send ERR_NEEDMOREPARAMS if an empty parameter is given to STATS ('STATS :'), ... | dz |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-19 | Show users their own server name in "/whois myself" | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Show the IP address only in zline added messages if *@ip was supplied. | dz |
2009-03-14 | Strip a zline target of anything resembling an ident prior to sanity checking... | dz |
2009-03-09 | Add Taros to regular contributors list, too. | w00t |
2009-03-09 | Fix bug #764 (/stats i outputs numerics with uppercase I), reported by KingTa... | w00t |
2009-03-03 | Restrict some /WHO options to opers | danieldg |
2009-02-19 | Restrict /WHO <item> M to opers | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-13 | Add security:genericoper as requested by Strawberry and TwinShadow. | brain |
2009-02-11 | Fix nick@server.target PRIVMSG and NOTICE, noticed by GeniusDex. | w00t |
2009-02-07 | Remove duplicate MacGyver. | w00t |
2009-02-04 | Add Ankit to regular contributors list | w00t |
2009-01-27 | Credits updates. | w00t |
2009-01-22 | Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, ... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-28 | Fix bug spotted by KingTarquin, if an empty string is given to /stats with "S... | brain |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-12-01 | Rip flood/threshold out of config classes also. | w00t |
2008-11-10 | Add Phoenix to regular contributors list | w00t |
2008-11-01 | Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t... | w00t |
2008-11-01 | Correct this error message to confuse people less. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |