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-02-24
Nothing to see here, nothing, at all.
om
2006-02-23
Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi...
brain
2006-02-23
Moved timer stuff from OnBackgroundTimer to InspTimer derivative
brain
2006-02-23
Fixed to work
brain
2006-02-23
Incorporating InspTimer into safelist as a test
brain
2006-02-23
Fixes
brain
2006-02-23
First revision of new timer code, not in the makefile yet (so it wont build t...
brain
2006-02-22
Added m_safelist helper functions GetChannelCount and GetChannelIndex
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
AIEEE fucking overloaded operators
brain
2006-02-19
Tweaks
brain
2006-02-19
Added + and == operators between std::string and irc::string.
brain
2006-02-19
Removed unneeded {}'s
brain
2006-02-19
Testing \exception doxygen tag that *should* work
brain
2006-02-19
Forgot to commit this?
brain
2006-02-19
Apparently to catch descendent classes we need to catch a reference to the pa...
brain
2006-02-19
Made a booboo
brain
2006-02-19
Added exception handling for module loading
brain
2006-02-15
Moved custom_mode_params to per-channel
brain
2006-02-13
Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...
w00t
2006-02-12
Tweak to allow @%+ to all exist on a user at once during burst
brain
2006-02-08
Checks to not propogate invalid or already-existing Xlines
brain
2006-02-08
Increased how often socket timeout checks occur which will mean flushing writ...
brain
2006-02-07
Slightly more efficient write buffers
brain
2006-02-06
Added support for changing tempdir via <options:tempdir>
brain
2006-02-05
Propogation of away messages across network (we dont bounce the numeric back ...
brain
2006-02-05
Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...
om
2006-02-05
Commented on new return value of OnUserPreKick for explicitly allowing kicks
brain
2006-02-04
Allow space seperated hostlist in <oper:host> e.g. <oper host="foo@bar baz@qu...
brain
2006-02-04
Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...
brain
2006-02-03
Add operators >> and << for irc::string and i/ostreams. m_cban utilises this
om
2006-02-03
Typo fixes #2
brain
2006-02-03
This probably wont compile atm - add support for prefixed messages
brain
2006-02-03
Added ircu-like hidewhois feature that allows hiding of server name in whois ...
brain
2006-02-03
*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits
brain
2006-02-02
Removed bool return of DoBackgroundUserStuff()
brain
2006-02-02
Extra comments re. nonblocking DNS and use of IP addresses in constructor to ...
brain
2006-02-02
Nonblocking dns for InspSocket class (used by server to server)
brain
2006-02-02
*UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi...
brain
2006-01-31
Key hiding when youre not on the channel
brain
2006-01-30
Remainder of TYPE_OTHER metadata
brain
2006-01-30
Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ...
brain
2006-01-29
Created OnPostOper that can be gauranteed to be called *after* opering (by AL...
brain
2006-01-28
Changed length of password field to 64, giving us a maximum password length o...
brain
2006-01-28
Fixed uninitialized ExtMode::list
brain
2006-01-27
Improved IP handling. Now uses in_addr to store client ip, not char[16]!
brain
2006-01-25
Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...
om
2006-01-25
Documented some functions that were missing comments
brain
[next]