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
/
server.cpp
Age
Commit message (
Expand
)
Author
2009-03-05
Fix crash when services (or a misbehaving remote server) introduces a server ...
danieldg
2009-01-31
We already have an error for not enough params to the SERVER command, but the...
brain
2009-01-02
Update copyrights for 2009.
w00t
2008-12-07
Make an error message more verbose to help users
brain
2008-10-31
Move some messages (correctly) to remote link snomask.
w00t
2008-09-24
Fix for listening sockets not clearing their timeout on connected. Reported b...
peavey
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-07-19
Fix total mess of makefile dependency macros (all depending on stuff they don...
brain
2008-05-20
Add note to check other server on this message
w00t
2008-04-08
Oddness
brain
2008-04-08
Extra debug
brain
2008-04-08
Fix authentication logic, someone forgot to change an || to an &&, because we...
brain
2008-04-08
Fix compile error I introduced
w00t
2008-04-08
add a couple of parenthesis to the password comparison, because i couldnt eas...
brain
2008-04-08
Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ...
w00t
2008-04-07
Use server names for introduction of servers, not SIDs
w00t
2008-03-30
Make sure CAPAB always comes before SERVER on either side of the link at all ...
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-05
Add server.cpp, handles all stuff related to the server command. treesocket2....
w00t