brain
|
bfcc7d5ff4
|
Re-added required parts of connection.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1944 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-11-25 12:32:35 +00:00 |
|
brain
|
61637bdbb3
|
Removal of mesh stuff (lots of)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1938 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-11-25 11:21:52 +00:00 |
|
brain
|
d27fc9f220
|
Missing vars
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1583 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-06-01 15:23:25 +00:00 |
|
brain
|
b0a467e8d3
|
Highly optimized userrec saving 1.5k per user
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1550 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-29 05:41:03 +00:00 |
|
brain
|
aba25d142e
|
A lot more of the core consts are now configurable at compile time
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1546 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-29 04:25:25 +00:00 |
|
brain
|
bf6ec00f3d
|
Fixed fd_Setsize in cygwin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1541 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-28 20:30:06 +00:00 |
|
brain
|
350d6db395
|
Changed revision id's to std::string
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1472 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-22 02:26:54 +00:00 |
|
brain
|
c4a230243f
|
sorted hashcomp etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-15 04:21:31 +00:00 |
|
brain
|
eb4229deed
|
Moved a ton of functions into helperfuncs.h to speed up recompiles
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-15 03:03:23 +00:00 |
|
brain
|
36127608a9
|
Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protocol#Uniqueness_Sums
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1378 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-14 18:29:44 +00:00 |
|
brain
|
f9055253d2
|
Fixed to always look for the ircd.log within the bin/ dir
Fixed to not spool the error log after ./inspircd debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1290 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-05-03 12:50:52 +00:00 |
|
brain
|
81722ff786
|
Tried a new way of doing remote versions
commented some users and connections code
added remote @* notice
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1269 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-30 20:56:20 +00:00 |
|
brain
|
db11f2b24c
|
Fixed some flood checking
added noticeall
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1262 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-29 15:01:13 +00:00 |
|
brain
|
b10ac3beb6
|
Added a Server:: method to send server notices to channels
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1214 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-27 15:21:08 +00:00 |
|
brain
|
627f54deb1
|
Added explicit oper tracking in a vector of userrec* pointers, optimizes sending out oper notices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1209 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-27 02:30:30 +00:00 |
|
brain
|
90b9864a0e
|
Added channel 'counter', increases speed of quits, parts, kicks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1194 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-26 15:14:05 +00:00 |
|
brain
|
668df37516
|
Added:
OnMeshToken
MeshSendAll(std::string text);
MeshSendCommon(userrec* user, std::string text);
MeshSendAllAlive(std::string text);
MeshSendUnicast(std::string destination, std::string text);
MeshSendAllExcept(std::string target, std::string text);
MeshCheckChan(chanrec *c,std::string servername);
MeshCheckCommon(userrec* u,std::string servername);
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1112 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-16 18:58:08 +00:00 |
|
brain
|
75d690dda1
|
Added ability for modules to hold users in a 'holding pattern' while they do stuff on connect
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1088 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-14 15:56:17 +00:00 |
|
brain
|
211b24ba8c
|
Started work on /UNLOADMODULE, resource tracking and flags in Version class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-07 17:04:04 +00:00 |
|
brain
|
e4a08d4461
|
Added /LOADMODULE (tested and working)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@998 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-07 16:05:08 +00:00 |
|
brain
|
a02cf48add
|
Fix to bug #33 (weird /map)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@987 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-05 22:22:07 +00:00 |
|
brain
|
9225720d96
|
Added new <banlist> tags, allows dynamic banlist sizes on a per channel basis
rather than hard coded or network wide
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@973 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-04-04 03:04:44 +00:00 |
|
brain
|
0340f1a432
|
Added a lot of config error checking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@898 e03df62e-2008-0410-955e-edbf42e46eb7
|
2005-03-25 02:52:43 +00:00 |
|
brain
|
740b09e2ae
|
Updated header comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-05-16 14:58:40 +00:00 |
|
brain
|
8e475017a6
|
Added Module::OnAccessCheck
Added ListMode support
Fixed Extensible class bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@759 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-05-01 12:44:07 +00:00 |
|
brain
|
8a0825e03a
|
Fixed quit-bouncing issue when a user is g-lined
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@717 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-24 21:36:35 +00:00 |
|
brain
|
c032dfcf18
|
Fixes to typos and function exporting between source files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@675 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-19 14:59:41 +00:00 |
|
brain
|
6328b33711
|
Changed occurances of udp_host to tcp_host for readability
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@674 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-19 14:49:20 +00:00 |
|
brain
|
1057bf4900
|
Moved all command handler functions into commands.cpp/commands.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@671 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-19 10:46:38 +00:00 |
|
brain
|
bf4193e8a3
|
added mode.h/mode.cpp and seperated mode functions into it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@666 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-19 01:27:44 +00:00 |
|
brain
|
7a51b2bed1
|
Moving yet more stuff into message.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@665 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-19 01:02:57 +00:00 |
|
brain
|
c307b95dc2
|
Started seperating out functions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@661 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-19 00:46:11 +00:00 |
|
brain
|
69b414c69c
|
Changes of RemoveServer to char* to const char*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@658 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-18 22:12:45 +00:00 |
|
brain
|
2f5a1dcc42
|
Fixes to recovery
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@657 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-18 22:11:55 +00:00 |
|
brain
|
d7f9becf8c
|
Forgot to save some stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@654 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-18 21:26:34 +00:00 |
|
brain
|
bcedd14069
|
Fixed some SQUIT stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@621 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-16 15:23:47 +00:00 |
|
brain
|
4b62dbed78
|
SQUIT and routing of messages fixes during periods of downtime
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@617 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-16 14:31:30 +00:00 |
|
brain
|
c1d478f928
|
Fixes to only send SQUIT tokens to servers that are still alive to avoid routing loops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@614 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-16 14:24:42 +00:00 |
|
brain
|
0dbcc361f2
|
Added ability to update routing table on the fly if a connection is lost
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@612 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-16 13:12:32 +00:00 |
|
brain
|
bed0c38419
|
Fixes for nonblocking socket issues
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@593 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-15 09:09:17 +00:00 |
|
brain
|
a62c272ea2
|
Tons of linking tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@592 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-15 00:25:07 +00:00 |
|
brain
|
642b665fb0
|
Added 'a' amd 'b' server link tokens (change gecos, change host)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@562 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-12 12:54:51 +00:00 |
|
brain
|
f98a856979
|
Added '@' (WALLOPS) link token
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@561 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-12 11:49:14 +00:00 |
|
brain
|
c120346340
|
Added 'i' and 't' type link datagrams
Fixed /mode #channel +b glitch
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@521 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-11 13:08:31 +00:00 |
|
brain
|
dd11fa8919
|
Added J, P and Q type datagrams
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@501 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-10 15:51:17 +00:00 |
|
brain
|
cdf451e8d4
|
Added server to server 'J' token
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@481 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-10 01:12:53 +00:00 |
|
brain
|
f2c5ec55f3
|
Added Server::CountUsers function
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@423 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-07 18:12:45 +00:00 |
|
brain
|
05e460e96c
|
Added OnUserPreMessage and OnUserPreNotice events (not tested yet)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@407 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-06 19:22:11 +00:00 |
|
brain
|
1d994c5444
|
Added support for SVS-style Server class methods for modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@400 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-06 10:43:34 +00:00 |
|
brain
|
cbc730ec3b
|
Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the API
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@388 e03df62e-2008-0410-955e-edbf42e46eb7
|
2004-04-05 16:06:32 +00:00 |
|