index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Add inspircd_config.h to hash_map so that it can be used independently
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
Add more comments here
brain
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
2009-09-02
Add ident change action to m_dnsbl [patch by cytrix]
danieldg
2009-09-02
inline Channel::IsModeSet
danieldg
2009-09-02
Add initial query support to m_mysql [patch by Athenon]
danieldg
2009-09-02
Fix segfault due to invalidated iterator
danieldg
2009-09-02
Rip out VisData in preparation for replacing it with more flexible hooks
danieldg
2009-09-02
Fix some ICC-found warnings and remove unused #define
danieldg
2009-09-02
Add server IP to /CHECK output for local users
danieldg
2009-09-02
Remove now-unused quitmsg/operquitmsg fields from User
danieldg
2009-09-02
Move user quit logic out of cull list
danieldg
2009-09-02
Rewrite BindPorts to index ports by their human-readable description
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Remove "servermode" parameter, replace with IS_FAKE() which is more reliable
danieldg
2009-09-02
Remove duplicated address conversion from InspIRCd::BindSocket, fix FD leak i...
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Record module source file in the Module object
danieldg
2009-09-02
Use a set to mark client SSL ports rather than going by textual IP/port pairs
danieldg
2009-09-02
Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...
danieldg
2009-09-02
Add irc::sockets::satouser for user-readable IP/port pairs
danieldg
2009-09-02
Allow voice or higher users to speak even when a matching muteban exists
danieldg
2009-09-02
Route whois notices using ENCAP WHOISNOTICE to properly fix remote user PrivP...
danieldg
2009-09-02
Remove empty permanent channels when m_permchannels is unloaded
danieldg
2009-09-02
Remove calls to strdup() in core, it is not better than std::string
danieldg
2009-09-02
Remove strnewdup(), it is a good source of possible memory leaks
danieldg
2009-09-02
More deallocation-at-exit cleanup
danieldg
2009-09-02
Make VF_OPTCOMMON module mismatches a fatal link error by default
danieldg
2009-09-02
Add VF_OPTCOMMON for optionally common modules
danieldg
2009-09-02
Misc removal of pointless Extend strings
danieldg
2009-09-02
ThreadWindows: Remove ThreadSignalListener and connect the socket right away
danieldg
2009-09-02
Valgrind cleanup: fix segfault on exit
danieldg
[next]