Age | Commit message (Expand) | Author |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Fix GetPrefixChar returning empty if a non-prefix mode was used | danieldg |
2009-09-13 | Forgotten Extensible::Register invocations | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible... | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Remove double prefix conversion from Channel::RawWriteAllExcept | danieldg |
2009-09-13 | Membership* changes | danieldg |
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-09 | really fix segfault when using ojoin in already-joined channel | danieldg |
2009-09-09 | Fix segfault when using ojoin in already-joined channel | danieldg |
2009-09-09 | Fix invalid iterator in select socketengine, clean up its memory use a bit too | danieldg |
2009-09-09 | Allow OJOIN to be used when already in the target channel | danieldg |
2009-09-06 | Compile fix | danieldg |
2009-09-06 | Fix rehash unloading core commands | danieldg |
2009-09-06 | Correct ModDesc. | w00t |
2009-09-05 | Utilise OnRawMode and OnPostTopicChange hooks to write a dynamic conf of perm... | w00t |
2009-09-05 | Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo... | w00t |
2009-09-05 | Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot... | w00t |
2009-09-05 | Bump a number of version numbers. | w00t |
2009-09-05 | Fix auditorium trimming kick messages to the first word (reported on forum to... | w00t |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-03 | Don't reassign NPrefix on rehash, its change requires a reloadmodule (noticed... | danieldg |
2009-09-03 | Add Network Buisness Join module by Taros; adapted to 2.0 | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Include VERSION/REVISION information in module version tag, so that we do no ... | danieldg |
2009-09-02 | Remove TAXONOMY as its functionality is duplicated by CHECK | danieldg |
2009-09-02 | Add away timestamp to the AWAY message sent server-server | danieldg |
2009-09-02 | Add 1201 protocol compatability for SAVE | danieldg |
2009-09-02 | Send out save SAVE on forced-UUID nick change of a remote user | danieldg |
2009-09-02 | Add SAVE s2s protocol command | danieldg |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | Add modules to the VF_COMMON list in backwards compatability link mode, trans... | danieldg |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Fix segfault in m_chanprotect when OnAccessCheck is called with a null channel | danieldg |
2009-09-02 | Change more modules to use VF_OPTCOMMON routing | danieldg |
2009-09-02 | Route CHGHOST/CHGNAME/CHGIDENT using optional unicast routing | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Make CHECK work remotely with optional second parameter | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |
2009-09-02 | Fix memory leak and invalid vtable location on unload of m_sslinfo | danieldg |
2009-09-02 | Don't merge FMODEs with a non-server source | danieldg |
2009-09-02 | Change SAMODE to source from the acting user, not the server | danieldg |
2009-09-02 | Don't pass NULL source for hooks invoked from server-sourced PRIVMSG/NOTICE | danieldg |
2009-09-02 | m_dnsbl: Change ident marking to a generic "MARK" that allows ident and/or vh... | danieldg |