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
/
include
/
message.h
Age
Commit message (
Expand
)
Author
2006-08-10
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
brain
2006-08-10
cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...
brain
2006-08-09
Move more stuff into userrec
brain
2006-08-09
Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...
brain
2006-08-09
Move Blocking/NonBlocking to socket.cpp and make inline
brain
2006-08-09
common_channels -> userrec::SharesChannelWith()
brain
2006-08-02
(1) remove CleanAndResolve.
brain
2006-07-28
Tidyup message.cpp, remove some really old craq.
brain
2006-07-18
Tried to implement sprintf that returns std::string of any size, realized it ...
brain
2006-07-08
Add userrec::HasMode, fix some typos.
brain
2006-03-10
Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...
brain
2006-03-08
Fixed externs
brain
2006-03-08
cmode now returns const char* as it returns a pointer to a literal string and...
brain
2006-02-12
Tweak to allow @%+ to all exist on a user at once during burst
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-13
Modified chlist() and whois to allow output of multi line channel membership ...
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-05
Fixes to:
brain
2004-05-16
Updated header comments
brain
2004-04-19
Moving yet more stuff into message.cpp
brain
2004-04-19
Started seperating out functions
brain