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
/
svn-rev.sh
Age
Commit message (
Expand
)
Author
2006-03-09
I hate casts.
brain
2006-03-09
Delete unknown sockets on sight
brain
2006-03-09
Tidyup to pass some stuff by reference (much faster, no copy involved)
brain
2006-03-09
Changed to unsigned char to get rid of warnings
brain
2006-03-09
Improved strhashcomp with no allocations
brain
2006-03-09
Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin...
brain
2006-03-09
UMode tweaks
brain
2006-03-09
Modes the wrong way around
brain
2006-03-09
Added userrec::modebits - fast way of checking if user has +swi rather than a...
brain
2006-03-09
Change to ucrec* iterators
brain
2006-03-09
Fixed to use iterators
brain
2006-03-09
mptr++ not *mptr++!
brain
2006-03-09
Changed LUSERS to show global current to not include unregistered connections
brain
2006-03-09
Wrong var used here, oooops
brain
2006-03-09
Calling a method of a null object due to refactoring and HasUser - fixed
brain
2006-03-08
Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...
brain
2006-03-08
cmode was declared here too - declaration removed.
brain
2006-03-08
Got rid of all that ugly char* cast crap (todo: change docs to reflect change)
brain
2006-03-08
Someone forgot to test compile this *whistles nonchalantly*
brain
2006-03-08
Actually, 64.
brain
2006-03-08
Changed m_sqlauth to allow more advanced encryption types
brain
2006-03-08
Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!
brain
2006-03-08
Typos
brain
2006-03-08
Removed unneccessary temporary casts to char* when casting a userrec
brain
2006-03-07
*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...
brain
2006-03-07
What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?!
brain
2006-03-07
Took out space in version identifier that might break stuff
brain
2006-03-07
Buffer flush time now under 0.5 secs
brain
2006-03-07
Too many 'end of whowas' numerics
brain
2006-03-07
NETBURSTS ARE STABLE AGAIN :D
brain
2006-03-07
true and false transposed in new code
brain
2006-03-07
Check for write errors in inspsocket (this is probably causing excessive cpu...
brain
2006-03-07
Fixed timedbans (new mode parser didnt like being passed const char* element...
brain
2006-03-07
Improved userlist to avoid strlen
brain
2006-03-07
Added a 'max depth' to stop recursive issue
brain
2006-03-07
Different way of displaying squit server group
brain
2006-03-07
Fixed wtf-ery of Modules::SendTo - did i write this before WriteServ???
brain
2006-03-07
Improved ProcessParameters (removed strlen)
brain
2006-03-06
Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes...
brain
2006-03-06
MaxBans -> maxbans
brain
2006-03-06
select not case
brain
2006-03-06
Tidyups
brain
2006-03-06
Tidying of some vars here and there
brain
2006-03-06
Removal of variable that no longer has any use
brain
2006-03-06
Indent tidyup
brain
2006-03-06
Comments in the right places
brain
2006-03-06
Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi...
brain
2006-03-06
Removed debug
brain
2006-03-05
Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...
brain
2006-03-05
OPTIMIZED!!! OPTIMIZED!!!!! :-p
brain
[next]