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
/
helperfuncs.cpp
Age
Commit message (
Expand
)
Author
2006-03-07
Fixed typo
brain
2006-03-07
*TEST CODE* Faster custom mode set/unset
brain
2006-03-06
maxbans fixes
brain
2006-03-06
MaxBans -> maxbans
brain
2006-03-06
Tidied GetMaxBans to leave the ConfigReader subsystem alone
brain
2006-03-06
Removed unneccessary backticks from a copy/paste
brain
2006-03-06
More documentation.
w00t
2006-03-06
Yarr, fixed a typo in a comment, yarr
w00t
2006-03-06
Added the beginnings of some function documentation
w00t
2006-03-06
Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...
brain
2006-03-02
Added stuff to log() to make it recalculate the time using asctime() less often
brain
2006-03-02
Added charlcat which appends a single char to a char* string (range checked)
brain
2006-02-28
BanHiding
brain
2006-02-26
Valgrind fixes
brain
2006-02-21
Fixed
brain
2006-02-21
Added second form of find() taking const char*, which is faster in the core w...
brain
2006-02-21
Improved speed of Find() by passing reference to std::string instead of std::...
brain
2006-02-19
Apparently to catch descendent classes we need to catch a reference to the pa...
brain
2006-02-19
Added exception handling for module loading
brain
2006-02-13
Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...
w00t
2006-02-07
Properly count remote opers in /LUSERS
brain
2006-02-03
Extra safety checks
brain
2006-02-03
Extra debugging to locate segfault
brain
2006-02-03
numbskull moment
brain
2006-02-03
This probably wont compile atm - add support for prefixed messages
brain
2006-02-03
*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits
brain
2006-01-31
Key hiding when youre not on the channel
brain
2006-01-31
Optimized WriteServ - why use %s!%s@%s when we have the more optimal userrec:...
brain
2006-01-25
Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...
om
2006-01-22
Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-12
Changed channel user lists from vector to map
brain
2006-01-11
Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS
brain
2006-01-01
Fixes to typos and change to return by reference on GetClass
brain
2006-01-01
Changes to how classes are looked up (connects slightly faster) and fix for c...
brain
2005-12-29
More removal of formatting where its not neccessary x("%s",str) == bad!
brain
2005-12-29
Attempt to cut out unneccessary printf() va_args voodoo (ugleh)
brain
2005-12-29
Optimizing to not use so much cpu with high user loads
brain
2005-12-26
Adding hook type checking to event calls to speed them up
brain
2005-12-22
Changed two fields in ConnectClass to strings, moved constructor stuff to ini...
brain
2005-12-19
Removed debug
brain
2005-12-19
SSL is a fucking mess.
brain
2005-12-18
Added IOHookModule stuff to allow for different modules to hook different ports
brain
2005-12-16
Missing extern
brain
2005-12-16
Moved serverstats stuff out
brain
2005-12-16
Moved more command parsing stuff to CommandParser
brain
2005-12-16
Fixed warning
brain
2005-12-16
Some things just cant be static...
brain
2005-12-16
Moving to faster way of hooking i/o
brain
2005-12-16
Removed syscalls in log, moved va* buffers to static char
brain
[prev]
[next]