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
/
modules
/
m_spanningtree.cpp
Age
Commit message (
Expand
)
Author
2006-07-27
Change std::pair<bool,std::string> to neater typedef "ModePair"
brain
2006-07-27
Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...
brain
2006-07-27
* Fix Server::SendMode to actually work again.
brain
2006-07-27
commit remainder of new mode bouncing stuff for TS based modes
brain
2006-07-26
Add extra method to mode handler, ModeHandler::ModeSet().
brain
2006-07-26
Fix reiterpret_cast stuff that doesnt work right
brain
2006-07-26
Adapt m_spanningtree to use irc::tokenstream instead of its own irc-line-pars...
brain
2006-07-26
Migrate towards FMODE with TS, remove the SYNCTS command idea
brain
2006-07-25
Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn...
brain
2006-07-25
Prevent notice loops on servermasks
brain
2006-07-25
Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ...
brain
2006-07-25
Fix NOTICE $* to go between servers
brain
2006-07-16
mass tidyup, change A LOT of stuff to const char** which was char** (such as ...
brain
2006-07-15
Removed GCC2 checks as we havent supported gcc2 for years
brain
2006-07-14
Tidyup
brain
2006-07-14
Changed to different way of clearing users on netsplit (uses less ram and sho...
brain
2006-07-10
Inherit just about everything from classbase
brain
2006-07-10
Making lots of stuff inherit from classbase so we can use it as a holdall cla...
brain
2006-07-09
send_mode event for spanningtree (this will be backported to stable as its re...
brain
2006-07-08
Refactored user modes to work like the channel modes - core and module data n...
brain
2006-07-03
Cleanups, change ugly if(\!*line.c_str()) to if(line.empty()); remove some cr...
om
2006-07-03
Make spanningtree compile again >_<
om
2006-07-03
Typo fix
om
2006-07-01
Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...
om
2006-07-01
Replace rather craq'y loop with a couple of std::string calls
om
2006-06-30
*** Interesting fix ***
brain
2006-06-28
More stuff for allowing hostnames in <bind> and <link> again - note there is ...
brain
2006-06-27
We can re-enable special's security fix now - note this is good for boxes wit...
brain
2006-06-27
Temporarily disable special's security improvement until we have either/or bi...
brain
2006-06-25
Extra safety for user lists to not keep bad pointers hanging about
brain
2006-06-22
Forward port of server link DDoS/oper flood fix
special
2006-06-17
On remote kill, send KILL notice. mIRC doesnt seem happy with just the STANDA...
brain
2006-06-17
Bring forward fix for w00t.
brain
2006-06-05
Fix for collisions when clock is out
brain
2006-05-31
Prevent crash when displaying error for server already existing (this only ha...
brain
2006-05-24
Corresponding forward-port
brain
2006-05-24
More debugging
brain
2006-05-24
Prevent SYNCTS bounce
brain
2006-05-24
ALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be fixed!!!
brain
2006-05-10
Fix for crash on: /OS RAW PUSH non-existent-nick :::nick!ident@host KICK #cha...
brain
2006-04-28
Synching of channel TS after a whole channel has been sent.
brain
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-04-20
Include paths change
brain
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-04-04
More verbose error output
brain
2006-04-04
move do_whois to cmd_whois, i'm stopping now. really.
om
2006-04-01
Fixes for stability of connects (these didnt make it into trunk!!!)
brain
2006-03-27
Fix typo in spanningtree (who put this colon here?)
brain
2006-03-27
Fix for desync in channels with keys a'la services
brain
2006-03-27
Remove unused variable
w00t
[next]