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
Age
Commit message (
Expand
)
Author
2006-03-18
Allow adding of new client ports via /REHASH.
brain
2006-03-13
Removal of ancient TRUE/FALSE #defines (C-ish stuff)
brain
2006-03-12
Commented a lot of stuff that hasnt been commented since 1.0.2
brain
2006-03-12
Const refs (this is about the last of them in the core api)
brain
2006-03-12
Renamed to chanrec::modes
brain
2006-03-12
*NEEDS TESTING* changed binarymodes to use the custom_modes entries
brain
2006-03-12
Removed chanrec::binarymodes - insp wont compile atm do not use :p
brain
2006-03-11
Complete removal of all stl stuff here
brain
2006-03-11
Completely removed the deque
brain
2006-03-11
Fixes
brain
2006-03-11
Added method to check if an fd is in the socketengine or not
brain
2006-03-11
Missed some stuff
brain
2006-03-11
const std::string &
brain
2006-03-11
Start of conversion to const refs for std::strings in module api - A LOT OF S...
brain
2006-03-11
Tidyup by making some thing sprintf only once rather than n times (where n is...
brain
2006-03-10
Tidyup and move ConvToStr to a publically accessible place
brain
2006-03-10
Moved more stuff into right places
brain
2006-03-10
Mass tidyup of ServerConfig::Read and stuff
brain
2006-03-10
Another const reference conversion, and remove redundant declaration of userr...
om
2006-03-10
Test stuff for improved multi-tags in core
brain
2006-03-10
Added MultiConfig for multiple-occurance config items
brain
2006-03-10
Missing a changeover
brain
2006-03-10
Revert to string but return a reference, should be about the same speed
brain
2006-03-10
Faster CullItem/CullList using strdup rather than copying a std::string
brain
2006-03-10
const references
brain
2006-03-10
Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...
brain
2006-03-10
Moved typedefs etc into the header where they belong
brain
2006-03-10
Improvements
brain
2006-03-09
More const references, this is nearly it apart from the module API..
om
2006-03-09
Convert more by-values to const references, optimise ConfigReader a bit
om
2006-03-09
Changing by-value parameters to const references
om
2006-03-09
Speedups
brain
2006-03-09
Tidyup to pass some stuff by reference (much faster, no copy involved)
brain
2006-03-09
UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...
brain
2006-03-09
Added userrec::modebits - fast way of checking if user has +swi rather than a...
brain
2006-03-09
Probably wont compile yet - purge_empty_channels refactor
brain
2006-03-08
Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...
brain
2006-03-08
Fixed externs
brain
2006-03-08
Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...
brain
2006-03-08
Removed declarations of ancient and misspelled functions :/
brain
2006-03-08
cmode was declared here too - declaration removed.
brain
2006-03-08
cmode now returns const char* as it returns a pointer to a literal string and...
brain
2006-03-08
Got rid of all that ugly char* cast crap (todo: change docs to reflect change)
brain
2006-03-08
Fixed #defines to be enums (tidier)
brain
2006-03-08
Actually, 64.
brain
2006-03-08
chanrec::custom_modes only needs 96 values not 190
brain
2006-03-07
*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...
brain
2006-03-07
Made split_chlist available for external use from commands.h
brain
2006-03-07
Safety checking (a really really clever trick btw) in CullList, to make sure ...
brain
2006-03-07
Whowas refactor - probably wont compile yet
brain
[next]