Parent Directory
|
|
|
|
|
commands/
|
10598 |
12 days |
peavey |
Fix faulty logic, glob patterns may not start with > or <. TODO: iterate comma sep tokenlist to catc... |
modes/
|
10606 |
9 days |
brain |
I think this fixes the mode +k weirdness. Keys were never being set correctly in the channel data. g... |
modules/
|
10631 |
5 minutes |
w00t |
Fix memory leak in helpop config loading, thanks Macgyver.
|
socketengines/
|
10561 |
2 weeks |
w00t |
Fix my massacre of kqueue, filters may not be or'd.
|
threadengines/
|
10605 |
9 days |
brain |
Suggested by nenolod, lets add this for thread signal safety |
bancache.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
base.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
channelmanager.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
channels.cpp
|
10376 |
5 weeks |
w00t |
This string copy is gone now, remove fixme note |
cidr.cpp
|
10212 |
6 weeks |
w00t |
match() is no longer a function+no header, now a static method of InspIRCd class, blah blah blah. Al... |
command_parse.cpp
|
10327 |
5 weeks |
w00t |
Add <disabled:fakenonexistant> - ircd will pretend that a disabled command just doesn't exist (for a... |
commands.cpp
|
10337 |
5 weeks |
w00t |
Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust files to not pass lower... |
configreader.cpp
|
10570 |
2 weeks |
brain |
Remove the old TODO comment
|
cull_list.cpp
|
10457 |
4 weeks |
w00t |
Merge the second interface for socket hooking into one, so it's all done by Add/Del/GetIOHook now.
|
dns.cpp
|
10540 |
3 weeks |
w00t |
Merge commit 'danieldg/out-12'
|
dynamic.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
filelogger.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
hashcomp.cpp
|
10567 |
2 weeks |
brain |
More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of ... |
helperfuncs.cpp
|
10212 |
6 weeks |
w00t |
match() is no longer a function+no header, now a static method of InspIRCd class, blah blah blah. Al... |
inspircd.cpp
|
10572 |
2 weeks |
brain |
Fix crash |
inspsocket.cpp
|
10579 |
2 weeks |
w00t |
Be consistent. Use ServerInstance in all places instead of 'Instance' in half. This has bugged me fo... |
inspstring.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
listensocket.cpp
|
10476 |
4 weeks |
w00t |
Remove crappy, unsafe (and now unneeded!) casts.
|
logger.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
mode.cpp
|
10364 |
5 weeks |
brain |
Move all the parameters around AGAIN. See docs shortly
|
modules.cpp
|
10614 |
5 days |
brain |
Fix for bug #601
|
server.cpp
|
10569 |
2 weeks |
brain |
Fix a rather nasty race condition revealed by my reading through the comments and enhancing them. Ba... |
snomasks.cpp
|
10224 |
6 weeks |
w00t |
Actually call OnSendSnotice event. |
socket.cpp
|
10476 |
4 weeks |
w00t |
Remove crappy, unsafe (and now unneeded!) casts.
|
socketengine.cpp
|
10456 |
4 weeks |
w00t |
Initialising the member we added might be an idea.
|
testsuite.cpp
|
10563 |
2 weeks |
brain |
Add test suite tests for wildcard function for failures discovered by Ankit |
threadengine.cpp
|
10381 |
4 weeks |
brain |
ability to create mutexes (rather than just having one system wide mutex) in the threadengines, allo... |
timer.cpp
|
10076 |
2 months |
w00t |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requ... |
user_resolver.cpp
|
10496 |
3 weeks |
special |
Clear out the string used for the temporarily stored hostname during DNS resolution. Should save at ... |
usermanager.cpp
|
10463 |
4 weeks |
w00t |
Move a socket sanity check into the generic listener handler, avoiding the need to instantiate a use... |
userprocess.cpp
|
10457 |
4 weeks |
w00t |
Merge the second interface for socket hooking into one, so it's all done by Add/Del/GetIOHook now.
|
users.cpp
|
10619 |
4 days |
brain |
Whooops! thanks psychon
|
version.sh
|
10600 |
12 days |
brain |
Jersey cows! |
wildcard.cpp
|
10564 |
2 weeks |
brain |
Roll back core matcher to the 1.1 design, which doesnt fail various unit tests |
xline.cpp
|
10590 |
2 weeks |
brain |
Second part of fix for bug #605, make adding and removal of lines not case sensitive
|