Daniel De Graaf
|
2b2129a334
|
Always use local SID as the source for PONG replies
|
2011-06-23 21:14:27 -04:00 |
|
Adam
|
2ad5ebec3c
|
Make the select() socketengine suck significantly less
|
2011-06-12 11:53:38 -04:00 |
|
Jackmcbarn
|
12649fc671
|
Track UUIDs instead of pointers, and change how cleanup is done
|
2011-06-06 18:13:29 -04:00 |
|
Jackmcbarn
|
5e7257b8a5
|
Initialize quitting_sendq
|
2011-06-05 17:58:32 -04:00 |
|
Jackmcbarn
|
0f6b27b742
|
Account name is irc::string
|
2011-06-05 17:47:52 -04:00 |
|
Jackmcbarn
|
4238f3bb18
|
Change m_gecosban to extban g and m_account_modes to extban r
|
2011-06-05 12:52:53 -04:00 |
|
Jackmcbarn
|
cbbd56b829
|
Fix recursion of QuitUser in SendQ quits
|
2011-05-23 21:52:52 -04:00 |
|
Jackmcbarn
|
09e1f749ea
|
Change InspIRCd::Run() to return void
|
2011-05-05 19:22:54 -04:00 |
|
Jackmcbarn
|
3cb24a1ec8
|
Update copyright notices to 2011
|
2011-05-04 18:28:12 -04:00 |
|
Jackmcbarn
|
9d818f8a89
|
Add declaration for function added by MODULE_INIT
|
2011-05-04 08:29:38 -04:00 |
|
Jackmcbarn
|
65b4a91e89
|
Add static keyword
|
2011-05-03 19:58:12 -04:00 |
|
Jackmcbarn
|
3b4c23cf8c
|
Use empty() instead of size() == 0
|
2011-05-03 19:57:04 -04:00 |
|
Jackmcbarn
|
1bf39a7858
|
Remove return statement that is never hit
|
2011-05-03 19:56:27 -04:00 |
|
Jackmcbarn
|
ac36878b99
|
Remove an incorrect declaration and move OneOfMatches to CommandOper
|
2011-05-03 19:55:56 -04:00 |
|
Jackmcbarn
|
3343713837
|
Fix permission check
|
2011-05-03 19:10:08 -04:00 |
|
Jackmcbarn
|
95d84bc955
|
Don't automatically give registrants implicit permissions
|
2011-04-21 17:57:21 -04:00 |
|
Jackmcbarn
|
dc7e0a4c93
|
Add a flag for implicit permissions
|
2011-04-21 17:57:21 -04:00 |
|
Adam
|
307198d733
|
Fix IPv6 test on Windows
|
2011-04-19 23:05:21 -04:00 |
|
Daniel De Graaf
|
45047b717e
|
Remove unneeded "-1" offsets from 005 line
|
2011-04-18 22:05:45 -04:00 |
|
DjSlash
|
25155f4df0
|
Updated helpop regarding SILENCE, example had syntax wrong
|
2011-04-18 22:04:44 -04:00 |
|
DjSlash
|
6b95683b82
|
Fix bug 126, thanks to Seb
|
2011-04-18 22:04:39 -04:00 |
|
DjSlash
|
fa1b6d45be
|
Updated examples, removing ziplinks
|
2011-04-18 22:04:28 -04:00 |
|
DjSlash
|
79a882d9a4
|
Fix for bug 80
|
2011-04-18 22:04:07 -04:00 |
|
Daniel De Graaf
|
8c30dfc6e7
|
Fix mis-implemented irc::sockets::cidr_mask::operator<
|
2011-04-18 16:58:35 -04:00 |
|
Jackmcbarn
|
f31628b2f4
|
Clarify the error if a user starts a registrant list with an account other than their own
|
2011-04-17 19:39:23 -04:00 |
|
Jackmcbarn
|
a4bddd52be
|
Allow halfops to set delayjoin, delaymsg, and auditorium
|
2011-04-17 19:01:19 -04:00 |
|
Jackmcbarn
|
16158007e8
|
Fix channel registrants being able to kick OJOINed users
|
2011-04-17 18:57:18 -04:00 |
|
Jackmcbarn
|
94c0d1e122
|
Don't set variables that aren't changing from default or are being immediately changed again
|
2011-04-17 18:57:18 -04:00 |
|
Daniel De Graaf
|
2819becb2a
|
Improve error messages for modmanager_static
|
2011-04-13 18:45:39 -04:00 |
|
Jackmcbarn
|
b08af9801b
|
Rewrite sepstream logic, add an option to suppress empty items, and add test cases
|
2011-04-03 11:27:33 -04:00 |
|
Jackmcbarn
|
89d41747e3
|
Remove inappropriate use of sepstream
|
2011-04-02 16:41:14 -04:00 |
|
Jackmcbarn
|
9c6936494f
|
Revert to old sepstream logic until a proper fix is finished
|
2011-04-01 10:08:20 -04:00 |
|
Jackmcbarn
|
b95e84202f
|
Fix sepstream logic when multiple consecutive separators are encountered and add a test case for this
|
2011-03-28 16:18:38 -04:00 |
|
Jackmcbarn
|
680f2e2dc5
|
Add operonly option to serverbots
|
2011-03-24 20:20:38 -04:00 |
|
Jackmcbarn
|
eeca8ea12a
|
Display a message when using /greloadmodule
|
2011-03-23 09:12:26 -04:00 |
|
DjSlash
|
54e733bfe4
|
Fix for bug 47
|
2011-03-19 00:35:13 -04:00 |
|
DjSlash
|
447c3aa294
|
Fix for bug 116, in addition an improvement of the regex is made
|
2011-03-19 00:35:06 -04:00 |
|
Daniel De Graaf
|
ba197bf996
|
Fix excessive memory use in kqueue
The maximum number of file descriptors was incorrectly using the OS maximum,
not the process maximum. Thanks to Liath for finding & testing.
|
2011-03-03 21:23:03 -05:00 |
|
Daniel De Graaf
|
f5f1432cf0
|
Fix timeout defaulting to zero for link blocks
|
2011-02-28 22:35:22 -05:00 |
|
Peter Powell
|
7791655b0d
|
Fix "-bundle not allowed with -dynamiclib" issue on OS X
|
2011-02-27 00:21:40 -05:00 |
|
Jackmcbarn
|
50263d0a0e
|
Use find_first_of in m_blockcolor, and enable filtering of colors in part messages
|
2011-02-25 11:15:23 -05:00 |
|
Jackmcbarn
|
239aeea124
|
Allow listing of modes with +Z
|
2011-02-24 10:32:13 -05:00 |
|
Jackmcbarn
|
cc9c2b7636
|
Fix bug #122
|
2011-02-14 11:01:22 -05:00 |
|
Jackmcbarn
|
6261d88a5b
|
Fix binding to IPv6 only
|
2011-01-31 20:23:28 -05:00 |
|
Jackmcbarn
|
e37b00851e
|
Remove command_parse.h from inspircd.h
|
2011-01-30 15:41:21 -05:00 |
|
Jackmcbarn
|
b281d359cc
|
Remove dynamic.h from inspircd.h
|
2011-01-30 15:23:50 -05:00 |
|
Jackmcbarn
|
ddbde694ce
|
Undo last commit
|
2011-01-30 15:18:59 -05:00 |
|
Jackmcbarn
|
8b355a2fc1
|
Remove unnecessary header
|
2011-01-30 15:03:53 -05:00 |
|
Jackmcbarn
|
afdc768be8
|
Remove inspsocket.h from inspircd.h
|
2011-01-30 14:58:37 -05:00 |
|
Jackmcbarn
|
8631b7bf07
|
Remove timer.h from inspircd.h
|
2011-01-30 13:29:08 -05:00 |
|