Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Allow incoming private messages from chat rooms | James Booth | 2012-11-12 | 2 | -20/+27 | |
| | | ||||||
* | | Added win_type to prof_win structure | James Booth | 2012-11-12 | 2 | -16/+23 | |
|/ | ||||||
* | Merge pull request #79 from pasis/dev | James Booth | 2012-11-12 | 1 | -0/+3 | |
|\ | | | | | ignore SIGPIPE | |||||
| * | ignore SIGPIPE | Dmitry Podgorny | 2012-11-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | Applications running OpenSSL over network connections may crash if SIGPIPE is not ignored. [http://svn.apache.org/repos/asf/thrift/trunk/lib/cpp/README.SSL] | |||||
* | | Clear contact list when connection lost | James Booth | 2012-11-12 | 1 | -0/+1 | |
| | | ||||||
* | | Added log to /prefs output | James Booth | 2012-11-12 | 1 | -0/+2 | |
|/ | ||||||
* | Fixed help on log command | James Booth | 2012-11-12 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #77 from pasis/rotate | James Booth | 2012-11-12 | 3 | -2/+82 | |
|\ | | | | | complete log rotation support | |||||
| * | complete log rotation support | Dmitry Podgorny | 2012-11-12 | 3 | -2/+82 | |
|/ | | | | | | add command '/log maxsize <int>' save maxsize value to config file when maxsize < 64 default value 1MB is used | |||||
* | Changed /who command to allow available and unavailable | James Booth | 2012-11-12 | 1 | -2/+46 | |
| | ||||||
* | Added /help list to list all commands | James Booth | 2012-11-11 | 3 | -7/+59 | |
| | ||||||
* | Merge pull request #73 from pasis/rotate | James Booth | 2012-11-11 | 4 | -5/+64 | |
|\ | | | | | introduce initial log rotate support | |||||
| * | introduce initial log rotate support | Dmitry Podgorny | 2012-11-11 | 3 | -4/+63 | |
| | | ||||||
| * | fix spacing | Dmitry Podgorny | 2012-11-11 | 1 | -1/+1 | |
| | | ||||||
* | | Added win_page_off to subscriptions to scroll window | James Booth | 2012-11-11 | 1 | -0/+3 | |
| | | ||||||
* | | Shortened /sub "request" parameter to "req", and formatted help | James Booth | 2012-11-11 | 2 | -12/+12 | |
|/ | ||||||
* | Merge pull request #63 from pasis/subscription | James Booth | 2012-11-11 | 9 | -23/+173 | |
|\ | | | | | add subscription support | |||||
| * | rename _cmd_reset_who_completer | Dmitry Podgorny | 2012-11-11 | 1 | -3/+3 | |
| | | ||||||
| * | fix autocompletion for /sub command | Dmitry Podgorny | 2012-11-11 | 3 | -27/+23 | |
| | | ||||||
| * | add subscription support | Dmitry Podgorny | 2012-11-11 | 10 | -19/+173 | |
|/ | ||||||
* | Added function to create room jid from room and nick | James Booth | 2012-11-10 | 5 | -9/+42 | |
| | ||||||
* | Renamed room_chat function | James Booth | 2012-11-10 | 3 | -3/+3 | |
| | ||||||
* | Renamed parameter in win_join_chat | James Booth | 2012-11-10 | 2 | -4/+4 | |
| | ||||||
* | Renamed params in jabber_join | James Booth | 2012-11-10 | 3 | -11/+11 | |
| | ||||||
* | Tidy room_chat | James Booth | 2012-11-10 | 2 | -52/+52 | |
| | ||||||
* | Renamed jid->room in room_chat | James Booth | 2012-11-10 | 1 | -5/+5 | |
| | ||||||
* | Handle /me in chat rooms | James Booth | 2012-11-10 | 1 | -5/+29 | |
| | ||||||
* | Handle subject from room | James Booth | 2012-11-10 | 8 | -2/+73 | |
| | ||||||
* | Show error text if received | James Booth | 2012-11-10 | 4 | -15/+27 | |
| | ||||||
* | Using vargs in cons_bad_show | James Booth | 2012-11-10 | 4 | -16/+21 | |
| | ||||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 4 | -6/+22 | |
| | ||||||
* | Moved ping iq creation to stanza | James Booth | 2012-11-10 | 3 | -41/+56 | |
| | ||||||
* | Moved roster iq creation to stanza | James Booth | 2012-11-10 | 3 | -14/+22 | |
| | ||||||
* | Renamed stanza creation | James Booth | 2012-11-10 | 3 | -8/+7 | |
| | ||||||
* | Moved update presence handler creation to stanza module | James Booth | 2012-11-10 | 3 | -40/+59 | |
| | ||||||
* | Moved chat room leave presence creation to stanza module | James Booth | 2012-11-09 | 3 | -11/+10 | |
| | ||||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 3 | -2/+18 | |
| | ||||||
* | Moved room join stanza creation | James Booth | 2012-11-09 | 3 | -14/+26 | |
| | ||||||
* | Added stanza constants | James Booth | 2012-11-09 | 3 | -80/+124 | |
| | ||||||
* | Use stanza module to create groupchat messages | James Booth | 2012-11-08 | 2 | -22/+5 | |
| | ||||||
* | Added xml escaping to stanza module | James Booth | 2012-11-08 | 2 | -7/+9 | |
| | ||||||
* | Added function to create message stanzas | James Booth | 2012-11-08 | 3 | -37/+52 | |
| | ||||||
* | Added stanza module for basic stanza handling | James Booth | 2012-11-08 | 4 | -27/+100 | |
| | | | | To reduce duplication in jabber module | |||||
* | Added #define's to headers | James Booth | 2012-11-08 | 4 | -2/+17 | |
| | ||||||
* | Continue to send chat states when no viewing chat window | James Booth | 2012-11-08 | 3 | -30/+48 | |
| | ||||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 8 | -19/+73 | |
| | | | | Also do not show chat state notifications received whilst offline | |||||
* | Do not show chat state notifications when <delay/> present | James Booth | 2012-11-08 | 1 | -1/+7 | |
| | ||||||
* | Added help for chat rooms | James Booth | 2012-11-08 | 1 | -1/+4 | |
| | ||||||
* | Using /who in chat room shows room occupants | James Booth | 2012-11-08 | 2 | -47/+53 | |
| | ||||||
* | Basic chat room handling of presence | James Booth | 2012-11-08 | 7 | -12/+111 | |
| |