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
2013-05-18
Replaced vsnprintf with VAFORMAT pretty much everywhere.
Daniel Vassdal
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-26
Modularize DNS
Adam
2013-04-21
m_spanningtree Move CacheTimer into utils
attilamolnar
2013-04-21
Timer changes and TimerManager enhancements
attilamolnar
2013-04-18
m_spanningtree Fix IS_LOCAL() check in OnRehash handler
attilamolnar
2013-04-13
m_spanningtree Remove redundant first parameter of PING/PONG
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to channel METADATA
attilamolnar
2013-04-13
m_spanningtree Introduce IJOIN and RESYNC
attilamolnar
2013-04-12
m_spanningtree Remove encapsulation on UserCount/OperCount
attilamolnar
2013-04-12
m_spanningtree Introduce new function to send channel messages
attilamolnar
2013-04-12
m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
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
[next]