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
path:
root
/
src
/
modules
/
m_spanningtree
/
main.cpp
Age
Commit message (
Expand
)
Author
2015-02-04
m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...
Attila Molnar
2014-10-13
m_spanningtree Rebuild serverlist and sidlist when receiving a specific Request
Attila Molnar
2014-06-06
m_spanningtree Fix cleanup of connections when unloading a module that provid...
Attila Molnar
2013-12-15
m_spanningtree Fix nick TS desync on SVSNICK
Attila Molnar
2013-11-09
Use case insensitive comparison for server names for (auto)connects, issue #662
Adam
2013-11-09
Fix issue #657, fix sending FNAME with spaces
Adam
2013-08-31
m_spanningtree Fix timestamp in AWAY
attilamolnar
2013-08-21
m_spanningtree When an IOHook goes away close all pending connections that us...
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-06-04
m_spanningtree Fix FIDENT routing
attilamolnar
2013-04-18
m_spanningtree Fix IS_LOCAL() check in OnRehash handler
attilamolnar
2013-02-01
Remove unused variables detected by Clang 4.2.
Peter Powell
2012-11-29
cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-10-03
m_spanningtree Fill a parameterlist in OnAddLine/OnDelLine
attilamolnar
2012-10-03
m_spanningtree Simplify OnMode and OnSetAway handlers
attilamolnar
2012-10-03
m_spanningtree Remove empty RedoConfig()
attilamolnar
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-06-11
m_spanningtree Notify opers upon ecountering a configuration error when rehas...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-18
Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
attilamolnar
2010-02-18
Fix double-erase of iterator if a server dies and times out at the same time
danieldg
2010-02-17
Fix routing of prefix-channel messages now that 2.0 sends to status and above...
danieldg
2010-02-15
Add <oper:autologin> to allow SSL fingerprint-based automatic oper login
danieldg
2010-02-13
Clean up treesocket naming confusion by adding a link block reference during ...
danieldg
2010-02-13
Fix double-invocation of Squit that can cause a crash on delink
danieldg
2010-02-11
Restart server_hash iteration after quitting dead and pinged out servers
danieldg
2010-02-07
More cleanup of quit servers
danieldg
2010-02-06
Send module load/unload notifications so that services can learn of new featu...
danieldg
2010-02-03
Delink servers using an SSL module that is being reloaded
danieldg
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-18
Remove excessive gettimeofday system calls
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2010-01-10
Remove spanningtree override of /LUSERS
danieldg
2010-01-02
Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...
danieldg
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-15
Add Inspircd::AddServices
danieldg
2009-11-12
Fix typo
danieldg
2009-11-12
Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo...
danieldg
2009-11-06
Remove Extensible parent from EventHandler
danieldg
2009-10-25
Fixes found by removing User inheritance from StreamSocket
danieldg
2009-10-23
Make User::uuid and User::server const
danieldg
2009-10-21
Kill ListenSocketBase, use OnAcceptConnection for all new connections
danieldg
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-21
some WriteGlobalSno changes
danieldg
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-14
Fix module unmapping with culled Module objects
danieldg
2009-10-11
Move 2 static extensibles from user class to inspircd class for global access...
peavey
2009-10-09
Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...
danieldg
[next]