index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
Irc
/
ircmanager.php
Age
Commit message (
Expand
)
Author
2010-09-03
send_confirmation_code -> sendConfirmationCode
Craig Andrews
2010-09-03
enqueue_incoming_raw -> enqueueIncomingRaw
Craig Andrews
2010-09-03
send_message -> sendMessage
Craig Andrews
2010-08-11
Add an config option to change the ping interval
Luke Fitzgerald
2010-08-11
Added comment to show debugging toggle
Luke Fitzgerald
2010-08-11
Disabled debugging output
Luke Fitzgerald
2010-08-10
Retry using the waiting queue so as to preserve message ordering
Luke Fitzgerald
2010-08-10
Reset message to non-delay type before requeuing
Luke Fitzgerald
2010-08-10
First commit of message throttling code
Luke Fitzgerald
2010-08-09
Small reordering of code (cosmetic)
Luke Fitzgerald
2010-08-09
Set lastPing on connect
Luke Fitzgerald
2010-08-07
Small cosmetic changes
Luke Fitzgerald
2010-08-07
Added pinging to keep connection open
Luke Fitzgerald
2010-08-07
Added more commenting
Luke Fitzgerald
2010-08-05
Bot responds to channel commands via PM
Luke Fitzgerald
2010-08-04
Messages with new lines split at plugin stage for reliability
Luke Fitzgerald
2010-07-28
Introduce error checking when calling handleEvents
Luke Fitzgerald
2010-07-27
Merge in Phergie fixes and remove some whitespace
Luke Fitzgerald
2010-07-26
Remove some testing/debugging code
Luke Fitzgerald
2010-07-26
More Irc plugin work
Luke Fitzgerald
2010-07-24
Use non-statusnet class
Luke Fitzgerald
2010-07-24
Handle the case where confirmation is cancelled
Luke Fitzgerald
2010-07-23
Lots more work - Implemented nickname checking
Luke Fitzgerald
2010-07-21
Update classname in ircmanager too!
Luke Fitzgerald
2010-07-21
Rename Phergie_Plugin_Statusnet_Callback to Phergie_Plugin_StatusnetCallback
Luke Fitzgerald
2010-07-21
Rename Phergie_ExtendedBot to Phergie_StatusnetBot
Luke Fitzgerald
2010-07-21
Corrected UTF8 to UTF-8
Luke Fitzgerald
2010-07-20
Change default encoding to UTF-8
Luke Fitzgerald
2010-07-20
Code now functional - lots of error checking and extras missing still though
Luke Fitzgerald
2010-07-18
ircmanager.php almost complete - Need to add exception catching
Luke Fitzgerald
2010-07-18
Use original config class as readArray was added upstream
Luke Fitzgerald
2010-07-09
Modified some config options
Luke Fitzgerald
2010-07-09
Lots more work on ircmanager.php
Luke Fitzgerald
2010-07-04
Initial IRC plugin work
Luke Fitzgerald