Age | Commit message (Expand) | Author |
2009-09-16 | Don't let R-lines be bancached [jackmcbarn] | danieldg |
2009-09-16 | Add support for zline on rline [jackmcbarn] | danieldg |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-16 | Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod... | danieldg |
2009-09-15 | Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j... | danieldg |
2009-09-15 | Remove Extensible items from user, channel, and Membership on module unload | danieldg |
2009-09-15 | Where there are hidden servers, report the /map server count as the hidden co... | brain |
2009-09-15 | Fix quoting in permchannels DB, discovered by jackmcbarn (could result in com... | danieldg |
2009-09-14 | Improve link error message on SSL fingerprint mismatch | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-14 | Fix OnHostCycle in m_delayjoin [patch by dKingston] | danieldg |
2009-09-14 | Fix compile warning | danieldg |
2009-09-13 | Fix access checks on chanprotect preventing use of SAMODE | danieldg |
2009-09-13 | Fix automated metadata decoding with ExtItem | danieldg |
2009-09-13 | Fix REMOVE maxparams | danieldg |
2009-09-13 | Fix cloaking/invite exception for new extban checks | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | danieldg |
2009-09-13 | GnuTLS: Send SSL client certificate when requested | danieldg |
2009-09-13 | Clean up Command constructor | 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 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
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 | Allow OJOIN to be used when already in the target channel | 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 | Fix auditorium trimming kick messages to the first word (reported on forum to... | w00t |
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 | 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 |